diff options
| author | Zuul <zuul@review.opendev.org> | 2022-06-01 15:54:37 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2022-06-01 15:54:37 +0000 |
| commit | ed304992ebb8db97226a5f3496d20b7a20f93088 (patch) | |
| tree | 985baf7799f534ba21c89286af331cfa33c85bab | |
| parent | 6810414e45a32dd44263dff47fec161989508ef0 (diff) | |
| parent | 1169a114e7388e4ee622dca98b9fb8e2a06c8ec3 (diff) | |
| download | python-openstackclient-ed304992ebb8db97226a5f3496d20b7a20f93088.tar.gz | |
Merge "Changed minversion in tox to 3.18.0"
| -rw-r--r-- | tox.ini | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ [tox] -minversion = 3.2.0 +minversion = 3.18.0 envlist = py38,pep8 skipsdist = True # Automatic envs (pyXX) will only use the python version appropriate to that @@ -18,7 +18,7 @@ deps = -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt commands = stestr run {posargs} -whitelist_externals = stestr +allowlist_externals = stestr [testenv:fast8] # Use same environment directory as pep8 env to save space and install time @@ -71,7 +71,7 @@ commands = pythom -m pip install -q -e "git+file://{toxinidir}/../openstacksdk#egg=openstacksdk" python -m pip freeze stestr run {posargs} -whitelist_externals = stestr +allowlist_externals = stestr [testenv:functional] setenv = OS_TEST_PATH=./openstackclient/tests/functional |
