-
Notifications
You must be signed in to change notification settings - Fork 23
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
Test failure with pytest 7: test_skip_with_failure_and_non_subskip[pytest-normal] #181
Comments
Thanks @musicinmybrain But failing the test suite does not mean the plugin will fail to work with pytest 7.4, or does it? |
I came across this in the process of helping to update the I’m not sure if the test failure reflects a significant observable difference for users or not. I’m not really deeply familiar with the plugin and what to expect from it, so it’s hard for me to know what I’m looking at. The detailed output looks like:
|
Ahh I see thanks for the context! That particular test indeed uses a flag ( Thanks again! |
Thank you! With #182, the plugin’s tests all pass for me, both in EPEL10 with pytest 7.4.3 and in the latest Fedora with pytest 8.3.4. |
While the plugin advertises support for pytest 7.4 and later,
pytest-subtests/setup.cfg
Lines 29 to 31 in 2fa1a6f
in practice,
test_skip_with_failure_and_non_subskip[pytest-normal]
fails with pytest 7.You can reproduce this by temporarily modifying
tox.ini
and then running
tox
:The text was updated successfully, but these errors were encountered: