-
Notifications
You must be signed in to change notification settings - Fork 588
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
Regression with hypothesis 3.5.1 in pytest's test suite #368
Comments
At a very quick glance, this looks like it might be a dupe of #367 – the error message is the same, and it looks like doctests and py.test are involved. Hypothesis 3.5.2 is supposed to fix that bug – have you tried running the py.test test suite with that version? Does that fix the problem, or is this a different error? |
Thanks for the info! It seems 3.5.2 has not been released to PyPI yet, but I can confirm that the test suite works with:
I'm closing this since it is just a matter of publishing the release. 😁 |
Whoops, it was supposed to be! Not sure why it wasn't. Sorry about that. It's now pushed. |
Thanks @DRMacIver! 😁 |
Hi!
Version 3.5.1 breaks pytest's test suite. Here's a sample of an error:
Installing hypothesis 3.5.0 fixes the issue.
The text was updated successfully, but these errors were encountered: