Merge "Use OSA_TEST_REQUIREMENTS_FILE for molecule job"

This commit is contained in:
Zuul 2025-04-10 12:44:27 +00:00 committed by Gerrit Code Review
commit 9f7e393f45

View File

@ -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