From ebfe801b9cfd17f13d90b8b1b2b1d98df1d728c7 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Wed, 15 Jan 2025 00:29:50 +0100 Subject: [PATCH] Use OSA_TEST_REQUIREMENTS_FILE for molecule job Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/939290 Change-Id: I2f0805a9a42d7449fd61963ef3e475bcd352da10 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d80726b..39953ca 100644 --- a/tox.ini +++ b/tox.ini @@ -73,7 +73,7 @@ commands = # DOCKER_IMAGE_TAG=ubuntu-systemd:jammy tox -e molecule 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} commands = molecule test