summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorCyril Roelandt <tipecaml@gmail.com>2020-06-15 21:28:17 +0200
committerCyril Roelandt <cyril@redhat.com>2020-06-23 21:51:07 +0200
commitb513c8db4bf6a5b2eb0366117ca22e042dd3529e (patch)
treebc8d62a16c78b4c80ced107266100a5b461b51d7 /tox.ini
parent928935e5c0b8b43827fdf08b212d59d92b660924 (diff)
downloadpython-glanceclient-b513c8db4bf6a5b2eb0366117ca22e042dd3529e.tar.gz
Do not use the six library.
Change-Id: I3dbfcfa0f5f590a41ed549afd44537d8ed41433a
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index f001df9..13238b1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -69,7 +69,7 @@ show-source = True
exclude = .venv*,.tox,dist,*egg,build,.git,doc,*lib/python*,.update-venv
[hacking]
-import_exceptions = six.moves,glanceclient._i18n
+import_exceptions = glanceclient._i18n
[testenv:lower-constraints]
basepython = python3