From 07c6e485f5d1886335e007889057aac9b18d45a4 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Wed, 15 Jan 2025 00:29:01 +0100 Subject: [PATCH] Use OSA_TEST_REQUIREMENTS_FILE for molecule job Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/939290 Change-Id: I6d97d5efb68658715cf189cd2a2a655e42a96059 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 60e6a29..b9ceeb0 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