We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fb5f32 commit e768779Copy full SHA for e768779
README.rst
@@ -85,11 +85,8 @@ event loop. This will take effect even if you're using the
85
loop.close()
86
87
If the ``pytest.mark.asyncio`` marker is applied, a pytest hook will
88
-ensure the produced loop is either set as the default global loop, or a special,
89
-error-throwing event loop policy is installed as the default policy (depending
90
-on the ``forbid_global_loop`` parameter). Fixtures depending on the
91
-``event_loop`` fixture can expect the policy to be properly modified when they
92
-run.
+ensure the produced loop is set as the default global loop.
+Fixtures depending on the ``event_loop`` fixture can expect the policy to be properly modified when they run.
93
94
``event_loop_process_pool``
95
~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments