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 #624

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 (44333de) 89.41% compared to head (7766837) 89.41%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## stable/bobcat #624 +/- ## ============================================== Coverage 89.41% 89.41% ============================================== Files 44 44 Lines 4686 4686 ============================================== Hits 4190 4190 Misses 496 496 ```

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