-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MISC] Disable juju 3.6 tests #446
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #446 +/- ##
=======================================
Coverage 75.01% 75.01%
=======================================
Files 9 9
Lines 1313 1313
Branches 238 238
=======================================
Hits 985 985
Misses 255 255
Partials 73 73 ☔ View full report in Codecov by Sentry. |
@@ -29,7 +29,8 @@ parts: | |||
rustup default stable | |||
|
|||
# Convert subset of poetry.lock to requirements.txt | |||
curl -sSL https://install.python-poetry.org | python3 - | |||
curl -sSL https://install.python-poetry.org | python3 - --version 1.8.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Poetry 2 drops support for Python 3.8. Hardcoding since we will be changing this when migrating to Charmcraft 3 poetry plugin.
There are issues with TLS on juju 3.6. Disabling for now to reenable CI on main.
Updating libs