We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since httpbin has been pretty flaky as of late, see if using an alternative library like https://pypi.org/project/pytest-httpserver/ would work.
The text was updated successfully, but these errors were encountered:
Even simpler might be https://httpstat.us/ since the calls fail on remote requests, not local fixtures.
Sorry, something went wrong.
test: update test remote with stable service
9ada751
httpbin has proven pretty flaky, so use something more reliable. Origin: https://github.com/aaronpowell/httpstatus Resolves #229 Signed-off-by: Mike Fiedler <[email protected]>
Successfully merging a pull request may close this issue.
Since httpbin has been pretty flaky as of late, see if using an alternative library like https://pypi.org/project/pytest-httpserver/ would work.
The text was updated successfully, but these errors were encountered: