summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBalazs Gibizer <gibi@redhat.com>2022-12-22 16:11:29 +0100
committerBalazs Gibizer <gibi@redhat.com>2022-12-22 16:52:04 +0100
commitc7cb02f1f7d508863c5e33f9d4b8e26b1a7ab6c0 (patch)
tree4a7c90aa7a6919235b146d0b7e44c6d32f8c99aa
parentc35588d09b0a55f6431e6636e2cf2c6cef68f22b (diff)
downloadpython-novaclient-c7cb02f1f7d508863c5e33f9d4b8e26b1a7ab6c0.tar.gz
Make tox.ini tox 4.0.0 compatible
* removed skipsdist=True to make sure novaclient is available in the virtual env. The usedevelop and skipsdist does not work together any more https://github.com/tox-dev/tox/issues/2730. For bindep we still don't need the current repo to be installed in the env so skipsdist added there. Depends-On: https://review.opendev.org/c/zuul/zuul-jobs/+/866943 Change-Id: I979b91570c7b60273f35fbdf8464f6a9ee2007d6
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 0fbe142e..f444646a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,6 @@
[tox]
envlist = py3,pep8,docs
minversion = 3.18.0
-skipsdist = true
ignore_basepython_conflict = true
[testenv]
@@ -100,4 +99,6 @@ import_exceptions = novaclient.i18n
# dependencies are missing! This also means that bindep must be installed
# separately, outside of the requirements files.
deps = bindep
+skipsdist=True
+usedevelop=False
commands = bindep test