-
Notifications
You must be signed in to change notification settings - Fork 56
Remove explicit "hypothesis" pytest markers #76
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
Comments
Per guidance from hypothesis, it looks like the root cause of this is that we add a "hypothesis" pytest marker to tests that use hypothesis, but hypothesis already adds this marker (currently undocumented). Hypothesis is following up with pytest about the issue with the same marker being applied multiple times, but our action here is just to remove our explicit "hypothesis" markers. |
Looks like pytest fixed the underlying issue with re-applying markers. We should still remove the hypothesis markers though, to avoid breaking on previous pytest versions. |
Starting to test this, it looks like this error first appears in 3.64.0
https://travis-ci.org/awslabs/base64io-python/builds/397145142
The text was updated successfully, but these errors were encountered: