Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge main into feat/maas #81

Closed
wants to merge 15 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Avoid broken macaroon, uncomment protobuf constraint
pymacaroon-bakery removed upper constraints on protobuf. Avoid broken
version and follow Openstack upper constraints.

Add upper constraints to tox's venv.
  • Loading branch information
gboutry committed Dec 13, 2023
commit 48f9016df4c178a085a1e206c512221d2b8bd80b
2 changes: 1 addition & 1 deletion sunbeam-python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jsonschema
GitPython

# Regression introduced in 1.3.3
macaroonbakery<1.3.3
macaroonbakery!=1.3.3
1 change: 1 addition & 0 deletions sunbeam-python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ setenv = OS_STDOUT_CAPTURE=1
deps =
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
-c{toxinidir}/upper-constraints.txt
commands = python -m pytest {posargs}
allowlist_externals = stestr

Expand Down
3 changes: 1 addition & 2 deletions sunbeam-python/upper-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,7 @@ linecache2===1.0.0
oauth2client===4.1.3
idna===3.4
yamlloader===1.1.0
# Disable due to version conflict with macaroonbakery
# protobuf===4.21.7
protobuf===4.21.7
pyhcl===0.4.4
sushy===4.4.2
python-neutronclient===9.0.0
Expand Down