-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
792f03e
commit f10cd09
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters