Fix tox 4 compatibility

Change-Id: Iab73c1909110a6d6742c3ba5ed98f6cb98ec787d
This commit is contained in:
Elod Illes 2023-02-17 20:42:10 +01:00
parent 75bb63d00c
commit 862c7bee70
1 changed files with 8 additions and 2 deletions

10
tox.ini
View File

@ -7,10 +7,16 @@ ignore_basepython_conflict = True
[testenv]
basepython = python3
usedevelop = True
whitelist_externals = bash
allowlist_externals = bash
find
setenv = VIRTUAL_ENV={envdir}
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
passenv =
http_proxy
HTTP_PROXY
https_proxy
HTTPS_PROXY
no_proxy
NO_PROXY
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt