summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorwu.shiming <wushiming@yovole.com>2021-05-31 09:35:33 +0800
committerwu.shiming <wushiming@yovole.com>2021-05-31 09:35:33 +0800
commit4c6688ff8139f6f18309cc3190eef0bd62cf3b56 (patch)
tree6050ce3c0f3bf9937c04a19afc183a8383d37935 /tox.ini
parent6c5102a5485e5e6bf091970eb10df4763d17e628 (diff)
downloadceilometer-4c6688ff8139f6f18309cc3190eef0bd62cf3b56.tar.gz
Changed minversion in tox to 3.18.0
The patch bumps min version of tox to 3.18.0 in order to replace tox's whitelist_externals by allowlist_externals option: https://github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020-07-23 Change-Id: I89ec8e5ac9578c0fa6ec8612d20753e9dbb45aaa
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 027bcb26..5b569ef6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-minversion = 3.1.0
+minversion = 3.18.0
skipsdist = True
envlist = py{36,38},pep8
ignore_basepython_conflict=true
@@ -16,7 +16,7 @@ passenv = OS_TEST_TIMEOUT OS_STDOUT_CAPTURE OS_STDERR_CAPTURE OS_LOG_CAPTURE CEI
commands =
stestr run {posargs}
oslo-config-generator --config-file=etc/ceilometer/ceilometer-config-generator.conf
-whitelist_externals = bash
+allowlist_externals = bash
[testenv:cover]
setenv =
@@ -54,7 +54,7 @@ setenv = PYTHONHASHSEED=0
[testenv:pdf-docs]
deps = {[testenv:docs]deps}
-whitelist_externals =
+allowlist_externals =
make
commands =
sphinx-build -W -b latex doc/source doc/build/pdf