Compatibility with pytest 9.1 - #241
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #241 +/- ##
=======================================
Coverage 89.49% 89.50%
=======================================
Files 31 31
Lines 1257 1258 +1
=======================================
+ Hits 1125 1126 +1
Misses 132 132 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
| - os: ubuntu-latest | ||
| python-version: '3.14' | ||
| toxenv: py314-test-sphinxdev | ||
| posargs: -v |
There was a problem hiding this comment.
I thought this would give me verbose output but it does not seem to work. 🤷♀️
There was a problem hiding this comment.
yeap, it's not being passed on anywhere, but honestly, just add it to the actual pytest line in the tox file, it wouldn't hurt to be always verbose.
bsipocz
left a comment
There was a problem hiding this comment.
Thanks. If you don't mind please squash out the reverts and fix up the verbose commit, then this can go in.
| - os: ubuntu-latest | ||
| python-version: '3.14' | ||
| toxenv: py314-test-sphinxdev | ||
| posargs: -v |
There was a problem hiding this comment.
yeap, it's not being passed on anywhere, but honestly, just add it to the actual pytest line in the tox file, it wouldn't hurt to be always verbose.
TST: Remove pytest max pin TST: Also test pytest-dev with sphinx-dev TST: Verbose output for one job isolated_build not used after tox 4
|
Squashed and rebased. 🤞 |
Revert #240
Fix #239
Please squash and merge.