We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6349673 commit 0157d89Copy full SHA for 0157d89
Lib/test/test_importlib/test_threaded_import.py
@@ -245,6 +245,7 @@ def target():
245
__import__(TESTFN)
246
del sys.modules[TESTFN]
247
248
+ @unittest.skip("TODO: RUSTPYTHON; hang")
249
def test_concurrent_futures_circular_import(self):
250
# Regression test for bpo-43515
251
fn = os.path.join(os.path.dirname(__file__),
0 commit comments