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

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

Conflicts: test-requirements.txt

Also drop py36 from github workflow as it is no longer available on ubuntu-latest and not needed for xena which is focal based.

(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 (eb4769c) 82.45% compared to head (7826a64) 82.27%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## stable/wallaby #629 +/- ## ================================================== - Coverage 82.45% 82.27% -0.18% ================================================== Files 30 30 Lines 2781 2776 -5 ================================================== - Hits 2293 2284 -9 - Misses 488 492 +4 ```

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