-
Notifications
You must be signed in to change notification settings - Fork 63
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
http_timeout test is flaky #12
Comments
I suppose even httpbin.org can be flaky. All of the tests running on live servers in the wild means now and then one will fail but a repeat will pass. Not ideal but a hell of a lot more convenient than writing test server(s) with all of the behaviours required. ( |
It's possible to |
I believe pytest-dev/pytest#2267 currently makes it tricky to use https://github.com/kevin1024/pytest-httpbin |
through the magic of class-based fixtures, I have sidestepped the reflection problem in #37 assuming that gets merged, now we just need to find a replacement for the remaining 3 tests |
on 6e18977,
rerunning immediately passed
The text was updated successfully, but these errors were encountered: