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

Skip ASGI websocket tests on PyPy #107

Merged
merged 1 commit into from
Nov 17, 2024

Conversation

ikalnytskyi
Copy link
Owner

When running on PyPy, the ASGI websocket tests sometimes hang. This is especially annoying on CI/CD. Most likely the issue lies either in the Starlette's TestClient implementation, or anyio it delegates to process the request in a background thread. For a time being, it's better to skip them for good.

When running on PyPy, the ASGI websocket tests sometimes hang. This is
especially annoying on CI/CD. Most likely the issue lies either in the
Starlette's TestClient implementation, or anyio it delegates to process
the request in a background thread. For a time being, it's better to
skip them for good.
@ikalnytskyi ikalnytskyi merged commit 5f5a308 into master Nov 17, 2024
16 checks passed
@ikalnytskyi ikalnytskyi deleted the bug/skip-asgi-websocket-on-pypy branch November 17, 2024 18:41
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.

1 participant