-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
8.0.1 release planning #11969
Comments
@0x78f1935 The issue you're describing doesn't sound familiar to me, so probably not. You say in the issue that it happens on py3.12 but not on py3.11 so it sounds like maybe a Python issue? (I know that py3.12 had some coverage changes so maybe try running |
@bluetech Thank you for your response! I don't think the coverage plugin was compatible with the Django management file, but I'll have to check that again to verify this statement. If I have any updates, I'll update the issue! |
### What kind of change does this PR introduce? * Unpins the `pytest` version now that `xdoctest` supports it. * Pins to the latest `xdoctest` supporting `pytest~=8.0`. ### Does this PR introduce a breaking change? No. ### Other information: FYI @RondeauG The newest `pytest` (v8.0.0) introduced some regressions for Windows users. An issue is already up and a patch should arrive shortly (pytest-dev/pytest#11895). Until then, use `pytest<8.0` on Windows. See also: pytest-dev/pytest#11969
I plan to release pytest 8.0.1 this weekend (Friday or Saturday), we have fixed many regressions.
Current nice-to-haves that are not yet merged:
pytest.warns
multiple argument handling #11917 (waiting on author)warnings.warn()
with aWarning
#11959 (maybe; might be only relevant for 8.1, need to check)pytest.warns
again #11920 (waiting on review)The text was updated successfully, but these errors were encountered: