openstack-charmers / zaza

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

Unpin python-libjuju based on environment variable #653

Closed hemanthnakkina closed 5 months ago

hemanthnakkina commented 5 months ago

PR#652 pinned python-libjuju to < 3.0.0 to resolve CI issues with OpenStack Charms. However Sunbeam project requires juju 3.x to run zaza tests. Unpin python-libjuju if environment variable JUJU3 is set. This is a temporary fix until python-libjuju is unpinned for all the projects.

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 89.54%. Comparing base (4089cc3) to head (af7eea9).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #653 +/- ## ======================================= Coverage 89.54% 89.54% ======================================= Files 45 45 Lines 4762 4762 ======================================= Hits 4264 4264 Misses 498 498 ```

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