Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Pin to 2023.2 upper requirements (#46)
Browse files Browse the repository at this point in the history
The bump of oslo has broken tests against older Magnum 17.x.x
openstack/requirements@30a7497
Lets work around this for now by pinning to 2023.2 upper requirements.
  • Loading branch information
JohnGarbutt authored Feb 28, 2024
1 parent 288f33d commit cfa2158
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ oslotest>=1.10.0 # Apache-2.0
stestr>=1.0.0 # Apache-2.0
testtools>=1.4.0 # MIT
black<25.0.0

# pin magnum while out of tree
magnum==17.0.2
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ setenv =
OS_STDOUT_CAPTURE=1
OS_STDERR_CAPTURE=1
OS_TEST_TIMEOUT=60
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.2}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = stestr run {posargs}
Expand Down

0 comments on commit cfa2158

Please sign in to comment.