8000 gh-102251: Disable non-rerunnable test in test_import by erlend-aasland · Pull Request #106013 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-102251: Disable non-rerunnable test in test_import #106013

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

Merged
merged 5 commits into from
Jun 23, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Doh
  • Loading branch information
erlend-aasland committed Jun 23, 2023
commit e5baa024265d9489da7e354e25021f82c34ade3b
2 changes: 1 addition & 1 deletion Lib/test/test_import/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2449,7 +2449,7 @@ def test_with_reinit_reloaded(self):
# Also, we test with a single-phase module that has global state,
# which is shared by all interpreters.

#@no_rerun(reason="rerun not possible; module state is never cleared (see gh-102251)")
@no_rerun(reason="rerun not possible; module state is never cleared (see gh-102251)")
@requires_subinterpreters
def test_basic_multiple_interpreters_main_no_reset(self):
# without resetting; already loaded in main interpreter
Expand Down
0