@@ -13,7 +13,7 @@ setenv = VIRTUAL_ENV={envdir}
1313 LC_ALL =en_US.UTF-8
1414 TESTS_DIR =./networking_generic_switch/tests/unit/
1515deps =
16- -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/ 2025.1}
16+ -c{env:TOX_CONSTRAINTS_FILE:https://raw.githubusercontent.com/stackhpc/requirements/refs/heads/stackhpc/ 2025.1/upper-constraints.txt }
1717 -r{toxinidir}/requirements.txt
1818 -r{toxinidir}/test-requirements.txt
1919passenv =
@@ -29,7 +29,7 @@ commands =
2929
3030[testenv:pep8]
3131deps =
32- -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/ 2025.1}
32+ -c{env:TOX_CONSTRAINTS_FILE:https://raw.githubusercontent.com/stackhpc/requirements/refs/heads/stackhpc/ 2025.1/upper-constraints.txt }
3333 hacking~=6.1.0 # Apache-2.0
3434 flake8-import-order~=0.18.0# LGPLv3
3535 bashate~=2.1.0 # Apache-2.0
@@ -48,7 +48,7 @@ commands =
4848setenv = PYTHONHASHSEED =0
4949sitepackages = False
5050deps =
51- -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/ 2025.1}
51+ -c{env:TOX_CONSTRAINTS_FILE:https://raw.githubusercontent.com/stackhpc/requirements/refs/heads/stackhpc/ 2025.1/upper-constraints.txt }
5252 -r{toxinidir}/requirements.txt
5353 -r{toxinidir}/doc/requirements.txt
5454commands =
@@ -65,15 +65,15 @@ commands =
6565
6666[testenv:releasenotes]
6767deps =
68- -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/ 2025.1}
68+ -c{env:TOX_CONSTRAINTS_FILE:https://raw.githubusercontent.com/stackhpc/requirements/refs/heads/stackhpc/ 2025.1/upper-constraints.txt }
6969 -r{toxinidir}/doc/requirements.txt
7070commands =
7171 sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
7272
7373[testenv:venv]
7474setenv = PYTHONHASHSEED =0
7575deps =
76- -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/ 2025.1}
76+ -c{env:TOX_CONSTRAINTS_FILE:https://raw.githubusercontent.com/stackhpc/requirements/refs/heads/stackhpc/ 2025.1/upper-constraints.txt }
7777 -r{toxinidir}/test-requirements.txt
7878 -r{toxinidir}/doc/requirements.txt
7979commands = {posargs}
0 commit comments