openstack-charmers / zaza

A Python3-only functional test framework for Charms
Apache License 2.0
10 stars 46 forks source link

Avoid broken macaroonbakery release #627

Closed coreycb closed 9 months ago

coreycb commented 9 months ago

macaroonbakery 1.3.3 has a broken protobuf dependency, add a requirement to avoid that specific release: https://github.com/go-macaroon-bakery/py-macaroon-bakery/issues/94

(cherry picked from commit 8be49486c880b99c40253520dfcf110d5bf89c88)

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (e630931) 88.88% compared to head (2124bc8) 88.88%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## stable/yoga #627 +/- ## ============================================ Coverage 88.88% 88.88% ============================================ Files 44 44 Lines 4461 4461 ============================================ Hits 3965 3965 Misses 496 496 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.