Skip to content
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

Try replacement for httpbin #229

Closed
miketheman opened this issue Jun 20, 2023 · 1 comment · Fixed by #231
Closed

Try replacement for httpbin #229

miketheman opened this issue Jun 20, 2023 · 1 comment · Fixed by #231
Labels
chore General maintenance items

Comments

@miketheman
Copy link
Owner

Since httpbin has been pretty flaky as of late, see if using an alternative library like https://pypi.org/project/pytest-httpserver/ would work.

@miketheman miketheman added the chore General maintenance items label Jun 20, 2023
@miketheman
Copy link
Owner Author

Even simpler might be https://httpstat.us/ since the calls fail on remote requests, not local fixtures.

miketheman added a commit that referenced this issue Jun 21, 2023
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore General maintenance items
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant