-
Notifications
You must be signed in to change notification settings - Fork 13
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
Seemingly broken with pytest 3.7.0 #21
Comments
Ah - I was literally just writing up an issue for this - thanks for posting it @sigmavirus24! To add some context of my experience of the issue, I can run Additionally, I had an error in my For reference, our project and tests are at github.com/DistrictDataLabs/yellowbrick |
It appears that FlakesItems are not correct when updating to pytest 3.7.0 - this quick fix allows the conftest to ignore FlakesItems and the global tests can be run, however running individual tests is still broken. A bug report has been submitted to pytest-flakes: asmeurer/pytest-flakes#21
Is this still an issue? |
@asmeurer I cannot reproduce with pytest-flakes 4.0.0 |
If anyone still sees this issue, please let me know here or open a new issue. |
This works fine with pytest 3.6.3
The text was updated successfully, but these errors were encountered: