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

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 (109d0f7) 89.15% compared to head (8e48693) 89.15%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## stable/antelope #625 +/- ## ================================================ Coverage 89.15% 89.15% ================================================ Files 44 44 Lines 4677 4677 ================================================ Hits 4170 4170 Misses 507 507 ```

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