summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHervé Beraud <hberaud@redhat.com>2023-02-17 10:22:25 +0100
committerHervé Beraud <hberaud@redhat.com>2023-02-17 17:49:38 +0100
commit515daab81acccbea4015afc5c3c3316d88903a10 (patch)
treeaaa6782340e3759c58e35b5f5ac580e1fe5e780c
parent84478d83f87e9993625044de5cd8b4a18dfcaf5d (diff)
downloadoslo-config-515daab81acccbea4015afc5c3c3316d88903a10.tar.gz
Fix issues related to tox49.1.1
Change-Id: I7be9a22796f484df79f0f509a2cf4f47e3a00128
-rw-r--r--tox.ini9
1 files changed, 3 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index 78b2bf6..fd36af8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,12 +1,9 @@
[tox]
minversion = 3.2.0
-distribute = False
envlist = py3,pep8
-ignore_basepython_conflict = true
[testenv]
-basepython = python3
-whitelist_externals =
+allowlist_externals =
find
setenv =
OS_STDOUT_CAPTURE={env:OS_STDOUT_CAPTURE:1}
@@ -43,7 +40,7 @@ commands =
commands = {posargs}
[testenv:docs]
-whitelist_externals = rm
+allowlist_externals = rm
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt
@@ -60,7 +57,7 @@ commands =
bandit -r oslo_config -x tests -n5
[testenv:releasenotes]
-whitelist_externals =
+allowlist_externals =
rm
deps = {[testenv:docs]deps}
commands =