Fix compatibility with Pytest 8.4+#188
Conversation
|
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #188 +/- ##
==========================================
+ Coverage 85.27% 85.77% +0.51%
==========================================
Files 97 97
Lines 5977 5973 -4
Branches 636 635 -1
==========================================
+ Hits 5096 5123 +27
+ Misses 705 673 -32
- Partials 176 177 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
3b33699 to
26d1fb8
Compare
|
Afaict, the remaining failures are caused by the same underlying issue that is fixed by the first commit in this PR, but in the This needs to be fixed in https://github.com/saltstack/salt-ci-containers by constraining |
What does this PR do?
What issues does this PR fix or reference?
Fixes: #187
Previous Behavior
Any test run with
pytest-salt-factoriesandpytest>=8.4crashes hardNew Behavior
Works as expected