Skip to content

Commit 1aec5a8

Browse files
committed
Merge branch 'stackhpc/2025.1' into 2025.1-init
2 parents f67c1ab + e0fc0a3 commit 1aec5a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ skipsdist = True
66
[testenv]
77
install_command = pip install {opts} {packages}
88
deps =
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 =
2020
allowlist_externals = rm
2121
skip_install = true
2222
deps =
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
2525
commands =
2626
rm -rf releasenotes/build/html
@@ -30,7 +30,7 @@ commands =
3030
allowlist_externals = rm
3131
skip_install = true
3232
deps =
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
3535
commands =
3636
rm -rf doc/build/html

0 commit comments

Comments
 (0)