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
Copy file name to clipboardExpand all lines: README.rst
+7
Original file line number
Diff line number
Diff line change
@@ -256,6 +256,13 @@ or an async framework such as `asynctest <https://asynctest.readthedocs.io/en/la
256
256
257
257
Changelog
258
258
---------
259
+
260
+
0.17.2 (22-01-17)
261
+
~~~~~~~~~~~~~~~~~~~
262
+
263
+
- Require ``typing-extensions`` on Python<3.8 only. `#269 <https://github.com/pytest-dev/pytest-asyncio/issues/269>`_
264
+
265
+
259
266
0.17.1 (22-01-16)
260
267
~~~~~~~~~~~~~~~~~~~
261
268
- 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>`_
0 commit comments