You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[feat] Deprecates the optional scope keyword argument of asyncio markers. Users are encouraged to use the loop_scope keyword argument. The loop_scope kwarg does exactly the same, though its naming is consistent with the loop_scope kwarg of pytest_asyncio.fixture.
Copy file name to clipboardExpand all lines: docs/source/reference/changelog.rst
+4
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
Changelog
3
3
=========
4
4
5
+
0.24.0 (UNRELEASED)
6
+
===================
7
+
- Deprecates the optional `scope` keyword argument of asyncio markers. Users are encouraged to use the `loop_scope` keyword argument. The `loop_scope` kwarg does exactly the same, though its naming is consistent with the `loop_scope` kwarg of ``pytest_asyncio.fixture``.
8
+
5
9
0.23.8 (UNRELEASED)
6
10
===================
7
11
- Fixes a bug that caused duplicate markers in async tests `#813 <https://github.com/pytest-dev/pytest-asyncio/issues/813>`_
0 commit comments