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
- Support for Python 3.9 (`#1278<https://github.com/pytest-dev/pytest-asyncio/issues/1278>`_)
20
+
21
+
22
+
Added
23
+
-----
24
+
25
+
- Support for pytest 9 (`#1279<https://github.com/pytest-dev/pytest-asyncio/issues/1279>`_)
26
+
27
+
28
+
Notes for Downstream Packagers
29
+
------------------------------
30
+
31
+
- Tested Python versions include free threaded Python 3.14t (`#1274<https://github.com/pytest-dev/pytest-asyncio/issues/1274>`_)
32
+
- Tests are run in the same pytest process, instead of spawning a subprocess with `pytest.Pytester.runpytest_subprocess`. This prevents the test suite from accidentally using a system installation of pytest-asyncio, which could result in test errors. (`#1275<https://github.com/pytest-dev/pytest-asyncio/issues/1275>`_)