-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add Python 3.11.0-beta4 to CI #2394
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2394 +/- ##
==========================================
- Coverage 98.71% 98.67% -0.04%
==========================================
Files 73 72 -1
Lines 7771 7767 -4
==========================================
- Hits 7671 7664 -7
- Misses 100 103 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
- name: Test with pytest (no coverage) | ||
if: matrix.python-version == '3.11.0-beta.4' | ||
run: | | ||
source $VENV | ||
pytest tests -v |
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.
Using --cov
causes a silent failure on 3.11, so we run without coverage on that version for now.
pytest-cov
on 3.11 only. I'm going to minimally reproduce them and, if I can, report it to the pytest team. For now, coverage doesn't run on 3.11, but will continue to run on other versions.