File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ skipsdist = True
66[testenv]
77install_command = pip install {opts} {packages}
88deps =
9- -c{env:TOX_CONSTRAINTS_FILE:https://raw.githubusercontent.com/stackhpc/requirements/refs/heads/2025.1/upper-constraints.txt}
9+ -c{env:TOX_CONSTRAINTS_FILE:https://raw.githubusercontent.com/stackhpc/requirements/refs/heads/stackhpc/ 2025.1/upper-constraints.txt}
1010 -r{toxinidir}/test-requirements.txt
1111
1212[testenv:pep8]
@@ -20,7 +20,7 @@ commands =
2020allowlist_externals = rm
2121skip_install = true
2222deps =
23- -c{env:TOX_CONSTRAINTS_FILE:https://raw.githubusercontent.com/stackhpc/requirements/refs/heads/2025.1/upper-constraints.txt}
23+ -c{env:TOX_CONSTRAINTS_FILE:https://raw.githubusercontent.com/stackhpc/requirements/refs/heads/stackhpc/ 2025.1/upper-constraints.txt}
2424 -r{toxinidir}/releasenotes/requirements.txt
2525commands =
2626 rm -rf releasenotes/build/html
@@ -30,7 +30,7 @@ commands =
3030allowlist_externals = rm
3131skip_install = true
3232deps =
33- -c{env:TOX_CONSTRAINTS_FILE:https://raw.githubusercontent.com/stackhpc/requirements/refs/heads/2025.1/upper-constraints.txt}
33+ -c{env:TOX_CONSTRAINTS_FILE:https://raw.githubusercontent.com/stackhpc/requirements/refs/heads/stackhpc/ 2025.1/upper-constraints.txt}
3434 -r{toxinidir}/doc/requirements.txt
3535commands =
3636 rm -rf doc/build/html
You can’t perform that action at this time.
0 commit comments