-
Notifications
You must be signed in to change notification settings - Fork 75
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
pytest-sugar 0.9.3 incompatible with pytest 5.4 #194
Comments
This is a different issue than other (now fixed) incompatibility with pytest 5.4 - #187 |
I also have the issue with the -m flag |
|
this is to address incompatibility issues between latest version of pytest and pytest-sugar Teemu/pytest-sugar#187 Teemu/pytest-sugar#194
@Teemu Any update? |
from a git bisect, this is the first bad commit -- I recommend reporting to pytest since it's a regression:
I had to bisect manually since I could only reproduce it in the foreground -- the example I was using to reproduce it "consistently" was
|
Done, thanks! pytest-dev/pytest#7287 |
Thanks for the report! PR open: #197 |
pytest-sugar 0.9.3 crashes when running pytest with the
-k
flag. It works if I downgrade pytest back to 5.3.Command used to run py.test
py.test -k test
Test file
Output
The text was updated successfully, but these errors were encountered: