-
-
Notifications
You must be signed in to change notification settings - Fork 281
Move 3.11
to standard test job
#1584
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
Conversation
The timing of this PR is quite good. New beta of Edit: |
.github/workflows/ci.yaml
Outdated
run: | | ||
. venv/bin/activate | ||
pytest --cov --cov-report= tests/ | ||
pytest --cov --cov-report= tests/ --assert=plain |
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.
Workaround as per:
pytest-dev/pytest#10008 (comment)
Pull Request Test Coverage Report for Build 2428696261
💛 - Coveralls |
This is blocking all CIs on all PRs, so would be good to merge this. |
A new beta was released. So the fix with |
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.
LGTM, thank you @DanielNoord
Steps
Description
Type of Changes
Related Issue