From fd74823cfb2ea25fd95bfb10b4307930350be880 Mon Sep 17 00:00:00 2001 From: Morgan Fainberg Date: Thu, 25 Jun 2015 12:26:43 -0700 Subject: [PATCH] Remove catalog/translation targets from tox.ini Keystoneauth does not do translation. This removes the added tox target information for translations. Change-Id: Ibfae8247ac7f3c54a9a8abe1b2557a0b995a816f --- setup.cfg | 14 -------------- tox.ini | 2 -- 2 files changed, 16 deletions(-) diff --git a/setup.cfg b/setup.cfg index 8d7ef8e5..64bfa1f4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -46,19 +46,5 @@ autodoc_tree_index_modules = True [upload_sphinx] upload-dir = doc/build/html -[compile_catalog] -directory = keystoneauth/locale -domain = keystoneauth - -[update_catalog] -domain = keystoneauth -output_dir = keystoneauth/locale -input_file = keystoneauth/locale/keystoneauth.pot - -[extract_messages] -keywords = _ gettext ngettext l_ lazy_gettext -mapping_file = babel.cfg -output_file = keystoneauth/locale/keystoneauth.pot - [wheel] universal = 1 diff --git a/tox.ini b/tox.ini index 4e79346a..e108d624 100644 --- a/tox.ini +++ b/tox.ini @@ -41,6 +41,4 @@ commands= python setup.py build_sphinx [hacking] -import_exceptions = - keystoneauth.i18n local-check-factory = keystoneauth.hacking.checks.factory