We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ca865 commit 7c8ffecCopy full SHA for 7c8ffec
tests/python/conftest.py
@@ -168,6 +168,11 @@ def skip(rel_id):
168
"test_create_subprocess_fails_with_inactive_watcher"
169
)
170
171
+ # This forks a child process and tries to run a new event loop there,
172
+ # but Trio isn't fork-safe -- it hangs nondeterministically.
173
+ skip("test_events.py::TestPyGetEventLoop::test_get_event_loop_new_process")
174
+ skip("test_events.py::TestCGetEventLoop::test_get_event_loop_new_process")
175
+
176
if sys.version_info >= (3, 9):
177
# This tries to create a new loop from within an existing one,
178
# which we don't support.
0 commit comments