-
Notifications
You must be signed in to change notification settings - Fork 176
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
Pin pytest version in requirements-dev, use file_descriptor in tests #454
Conversation
(copied from discord)
Here's a proof: removing codecov fixes the issue https://github.com/learning-at-home/hivemind/runs/5124226685?check_suite_focus=true |
Codecov Report
@@ Coverage Diff @@
## master #454 +/- ##
==========================================
+ Coverage 84.01% 84.05% +0.03%
==========================================
Files 78 78
Lines 7932 7932
==========================================
+ Hits 6664 6667 +3
+ Misses 1268 1265 -3
|
To conclude, the CI failures for the pytest/codecov jobs are related to pytest-dev/pytest#9621 and pytest-dev/pytest-cov#520; adding these issues here to have backlinks to this PR in their discussion threads |
This fixes the "previous item was not torn down properly" error in CI.
pytest-dev/pytest#9621