summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSteve Martinelli <s.martinelli@gmail.com>2017-01-03 09:51:55 -0500
committerSteve Martinelli <s.martinelli@gmail.com>2017-01-06 16:56:18 +0000
commitffdab4ea43389b94f3c1d1ead5d97870d7c3c311 (patch)
tree126a44db7a0702f2f4cbf8bc0f0ca60d97a4c391 /tox.ini
parent004450040c38a0df05469b844ba30854b67aabd5 (diff)
downloadpython-keystoneclient-ffdab4ea43389b94f3c1d1ead5d97870d7c3c311.tar.gz
remove hacking checks from keystoneclient
the only hacking check in keystoneclient is related to older versions of oslo libraries, which are no longer supported by keystoneclient, for example: $ pip freeze | grep oslo.utils oslo.utils==3.18.0 $ python >>> import oslo.utils Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named oslo.utils >>> import oslo_utils >>> Let's just remove the hacking check since theres no way someone could incorrectly import the older versions. Closes-Bug: 1652458 Signed-off-by: Adam Williamson <awilliam@redhat.com> Change-Id: I14165903b46d2fc26e8c9de591917893f58516db
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index efe81f8..89ab447 100644
--- a/tox.ini
+++ b/tox.ini
@@ -64,7 +64,6 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
[hacking]
import_exceptions =
keystoneclient.i18n
-local-check-factory = keystoneclient.tests.hacking.checks.factory
[testenv:bindep]
# Do not install any requirements. We want this to be fast and work even if