-
Notifications
You must be signed in to change notification settings - Fork 445
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
chore: migrate dev environment to ubuntu 22.04 and python 3.10 #4425
Conversation
Signed-off-by: Callahan Kovacs <callahan.kovacs@canonical.com>
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## main #4425 +/- ##
==========================================
+ Coverage 89.16% 89.18% +0.01%
==========================================
Files 321 322 +1
Lines 21608 21659 +51
==========================================
+ Hits 19267 19316 +49
- Misses 2341 2343 +2
... and 4 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@mr-cal I pulled down this change and tried to run the local tests described in HACKING.md. I frequently seeing this error: ROOT: provision> .tox/.tox/bin/python -m tox run -e py310-unit |
Signed-off-by: Callahan Kovacs <callahan.kovacs@canonical.com>
Signed-off-by: Callahan Kovacs <callahan.kovacs@canonical.com>
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.
I have tested these changes and the new container fixes the previous failures we were seeing when running local tests.
Store spread test failure is unrelated (#4411) |
make lint
?pytest tests/unit
?Update the dev environment to Ubuntu 22.04 and Python 3.10.