-
Notifications
You must be signed in to change notification settings - Fork 159
Hypothesis test fail because of change in Hypothesis #145
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
We'll need to do one of two things:
I suspect that the latter case is correct, and the response is simply "you cannot use Hypothesis with a fixture-provided event loop" (and so |
In the documentation I spotted this:
So I think alternative 1 would be possible. I can fix the test in a PR if you agree that that would be best, @Zac-HD. |
Yep, using a broader scope sounds good then 👍 |
See PR #142 where it first occurs, but it will happen on all builds after last of feb because of HypothesisWorks/hypothesis#2356.
@Zac-HD maybe you can help with a fix as you are involved in both this and hypothesis package.
Basically the problem is that the even_loop is function scope.
The text was updated successfully, but these errors were encountered: