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

Run httpbin locally instead of using httpbin.org #160

Open
janbuchar opened this issue May 22, 2024 · 1 comment · May be fixed by #167
Open

Run httpbin locally instead of using httpbin.org #160

janbuchar opened this issue May 22, 2024 · 1 comment · May be fixed by #167
Assignees
Labels
debt Code quality improvement or decrease of technical debt. t-tooling Issues with this label are in the ownership of the tooling team.

Comments

@janbuchar
Copy link
Collaborator

janbuchar commented May 22, 2024

(it's only used in tests)

@janbuchar janbuchar added t-tooling Issues with this label are in the ownership of the tooling team. debt Code quality improvement or decrease of technical debt. labels May 22, 2024
@vdusek vdusek added this to the 90th sprint - Tooling team milestone May 31, 2024
@janbuchar janbuchar linked a pull request Jun 3, 2024 that will close this issue
@janbuchar
Copy link
Collaborator Author

I laid some groundwork for this in #168. Theoretically, all that remains is to actually run httpbin in CI and set the HTTPBIN_URL environment variable accordingly. But.

  • it seems we cannot use container services in github actions with the windows runner
  • we also cannot install httpbin as a dev dependency, because there is a version requirement conflict that we cannot resolve without dropping support for python <3.12
  • the current CI setup runs tests on pull_request_target, which prevents us from testing changes to the CI comfortably

There is a chance that running the httpbin container via docker run -d "directly", like in #167, will work.

@vdusek vdusek removed this from the 90th sprint - Tooling team milestone Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debt Code quality improvement or decrease of technical debt. t-tooling Issues with this label are in the ownership of the tooling team.
Projects
None yet
2 participants