diff --git a/tox.ini b/tox.ini index 6af587c..2753b57 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ commands = /usr/bin/find . -type f -name "*.pyc" -delete deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} - -rhttps://opendev.org/openstack/openstack-ansible/raw/branch/{env:TEST_BRANCH:master}/test-requirements.txt + -r{env:OSA_TEST_REQUIREMENTS_FILE:https://opendev.org/openstack/openstack-ansible/raw/branch/{env:TEST_BRANCH:master}/test-requirements.txt} passenv = COMMON_TESTS_PATH HOME