Skip to content

Commit

Permalink
Freeze protobuf requirement
Browse files Browse the repository at this point in the history
macaroonbakery has a broken protobuf dependency. Pin the dependency
until the fix is present on go-macaroon-bakery/py-macaroon-bakery#94

Similar to canonical/charmed-openstack-upgrader#192
  • Loading branch information
dashmage committed Dec 11, 2023
1 parent fd954cd commit 47a79eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/functional/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
pytest
pytest-operator
# Keep protobuf < 4.0 until macaroonbakery solves its incompatibility
# https://github.com/go-macaroon-bakery/py-macaroon-bakery/issues/94
protobuf<4.0

0 comments on commit 47a79eb

Please sign in to comment.