summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 7b318af82..d79addcd0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -55,7 +55,7 @@ passenv =
# With constraints in the install_command tox will always honor our
# constraints.
install_command =
- python -m pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
+ python -m pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1} {opts} {packages}
[testenv:functional]
install_command = {[testenv:py3]install_command}
@@ -153,7 +153,7 @@ commands = {posargs}
# we intentionally put the constraints in the install_command, not the
# deps ... see comment near the top of this file
install_command =
- python -m pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
+ python -m pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1} {opts} {packages}
allowlist_externals = rm
deps =
doc8