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
- Fix asyncio auto mode not marking static methods. `#295 <https://github.com/pytest-dev/pytest-asyncio/issues/295>`_
7
8
- Fix a compatibility issue with Hypothesis 6.39.0. `#302 <https://github.com/pytest-dev/pytest-asyncio/issues/302>`_
8
9
9
10
0.18.1 (22-02-10)
10
-
~~~~~~~~~~~~~~~~~~~
11
+
=================
11
12
- Fixes a regression that prevented async fixtures from working in synchronous tests. `#286 <https://github.com/pytest-dev/pytest-asyncio/issues/286>`_
12
13
13
14
0.18.0 (22-02-07)
14
-
~~~~~~~~~~~~~~~~~~~
15
+
=================
15
16
16
17
- Raise a warning if @pytest.mark.asyncio is applied to non-async function. `#275 <https://github.com/pytest-dev/pytest-asyncio/issues/275>`_
17
18
- Support parametrized ``event_loop`` fixture. `#278 <https://github.com/pytest-dev/pytest-asyncio/issues/278>`_
18
19
19
20
0.17.2 (22-01-17)
20
-
~~~~~~~~~~~~~~~~~~~
21
+
=================
21
22
22
23
- Require ``typing-extensions`` on Python<3.8 only. `#269 <https://github.com/pytest-dev/pytest-asyncio/issues/269>`_
23
24
- Fix a regression in tests collection introduced by 0.17.1, the plugin works fine with non-python tests again. `#267 <https://github.com/pytest-dev/pytest-asyncio/issues/267>`_
24
25
25
26
26
27
0.17.1 (22-01-16)
27
-
~~~~~~~~~~~~~~~~~~~
28
+
=================
28
29
- Fixes a bug that prevents async Hypothesis tests from working without explicit ``asyncio`` marker when ``--asyncio-mode=auto`` is set. `#258 <https://github.com/pytest-dev/pytest-asyncio/issues/258>`_
29
30
- Fixed a bug that closes the default event loop if the loop doesn't exist `#257 <https://github.com/pytest-dev/pytest-asyncio/issues/257>`_
30
31
- Added type annotations. `#198 <https://github.com/pytest-dev/pytest-asyncio/issues/198>`_
31
32
- Show asyncio mode in pytest report headers. `#266 <https://github.com/pytest-dev/pytest-asyncio/issues/266>`_
32
33
- Relax ``asyncio_mode`` type definition; it allows to support pytest 6.1+. `#262 <https://github.com/pytest-dev/pytest-asyncio/issues/262>`_
- Fixed an issue when pytest-asyncio was used in combination with `flaky` or inherited asynchronous Hypothesis tests. `#178 <https://github.com/pytest-dev/pytest-asyncio/issues/178>`_ `#231 <https://github.com/pytest-dev/pytest-asyncio/issues/231>`_
@@ -42,17 +43,17 @@ Changelog
42
43
- Correctly process ``KeyboardInterrupt`` during async fixture setup phase `#219 <https://github.com/pytest-dev/pytest-asyncio/issues/219>`_
43
44
44
45
0.16.0 (2021-10-16)
45
-
~~~~~~~~~~~~~~~~~~~
46
+
===================
46
47
- Add support for Python 3.10
47
48
48
49
0.15.1 (2021-04-22)
49
-
~~~~~~~~~~~~~~~~~~~
50
+
===================
50
51
- Hotfix for errors while closing event loops while replacing them.
0 commit comments