Skip to content

Commit e768779

Browse files
committed
Remove mention of forbid_global_loop.
1 parent 8fb5f32 commit e768779

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.rst

+2-5
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,8 @@ event loop. This will take effect even if you're using the
8585
loop.close()
8686
8787
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.
88+
ensure the produced loop is set as the default global loop.
89+
Fixtures depending on the ``event_loop`` fixture can expect the policy to be properly modified when they run.
9390

9491
``event_loop_process_pool``
9592
~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)