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

gh-128265: support wasi/emscripten on pdb tests, by removing asyncio from pdb tests #128264

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

graingert
Copy link
Contributor

@graingert graingert commented Dec 25, 2024

@graingert graingert changed the title support wasi/emscripten on pdb tests support wasi/emscripten on pdb tests, by removing asyncio from pdb tests Dec 25, 2024
@graingert graingert changed the title support wasi/emscripten on pdb tests, by removing asyncio from pdb tests gh-128265: support wasi/emscripten on pdb tests, by removing asyncio from pdb tests Dec 25, 2024
@graingert graingert marked this pull request as ready for review December 25, 2024 22:01
@graingert graingert requested a review from Eclips4 December 26, 2024 09:30
@@ -20,8 +20,7 @@
from test.support.pty_helper import run_pty, FakeInput
from unittest.mock import patch

# gh-114275: WASI fails to run asyncio tests, similar skip than test_asyncio.
SKIP_ASYNCIO_TESTS = (not support.has_socket_support)
SKIP_CORO_TESTS = False
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left this in otherwise the diff is a bit noisy without whitespace hidden.

happy to remove

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant