Use OSA_TEST_REQUIREMENTS_FILE for molecule job

Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/939290
Change-Id: Ib7c864a29c68ceacd9722007e324b132b4156f52
This commit is contained in:
Dmitriy Rabotyagov 2025-01-15 00:26:49 +01:00
parent 970fab180c
commit 0e8acf144b

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