We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0698aee commit 8eaaebeCopy full SHA for 8eaaebe
README.rst
@@ -153,9 +153,8 @@ event loop. This will take effect even if you're using the
153
yield loop
154
loop.close()
155
156
-If the ``pytest.mark.asyncio`` marker is applied, a pytest hook will
157
-ensure the produced loop is set as the default global loop.
158
-Fixtures depending on the ``event_loop`` fixture can expect the policy to be properly modified when they run.
+If the ``pytest.mark.asyncio`` marker is applied to a test function, the ``event_loop``
+fixture will be requested automatically by the test function.
159
160
``unused_tcp_port``
161
~~~~~~~~~~~~~~~~~~~
0 commit comments