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

Replace pytest-httpbin with minimal Falcon version #160

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

sarayourfriend
Copy link
Collaborator

Description

Fix #159 by removing httpbin and replacing it with a minimal version of a status-echo server in Falcon. This is sufficient for pook's testing needs. Additional functionality can be added to the local_responder as needed.

PR Checklist

  • I've added tests for any code changes
  • I've documented any new features

httpbin is wildly out of date these days, and it causes issues for contributors on macOS. Using a simple hand-spun server to just echo status codes is all the pook test suite needs. Falcon might be overkill for that... but httpbin was certainly more anyway.
@sarayourfriend sarayourfriend merged commit 5ead2a8 into master Dec 23, 2024
9 checks passed
@sarayourfriend sarayourfriend deleted the remove-httpbin branch December 23, 2024 04:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Running hatch run test:test results in "Failed building wheel for brotlicffi" on macOS
1 participant