Use releases.openstack.org instead of opendev.org

This is a more stable URL that will redirect to the correct location.

Change-Id: I49d0053871da92a46e86056f6e23a3110c3e7b0d
This commit is contained in:
Pierre Riteau
2025-03-07 18:58:09 +01:00
parent ecdcc0697c
commit fc061c319d

View File

@@ -19,7 +19,7 @@ commands =
[testenv:bandit]
basepython = python3
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/test-requirements.txt
commands = bandit -r magnumclient -x tests -n5 -ll