Merge "Update TOX_CONSTRAINTS_FILE for unmaintained/2023.1" into unmaintained/2023.1

This commit is contained in:
Zuul 2025-08-25 13:06:16 +00:00 committed by Gerrit Code Review
commit 0dca0184bc

View file

@ -10,7 +10,7 @@ setenv = OS_STDOUT_NOCAPTURE=False
OS_STDERR_NOCAPTURE=False
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = find . -type f -name "*.pyc" -delete