From b513c8db4bf6a5b2eb0366117ca22e042dd3529e Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Mon, 15 Jun 2020 21:28:17 +0200 Subject: Do not use the six library. Change-Id: I3dbfcfa0f5f590a41ed549afd44537d8ed41433a --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') 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 -- cgit v1.2.1