Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jan 17, 2022
1 parent 547933d commit 39c6d0c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.rst
Expand Up @@ -256,6 +256,13 @@ or an async framework such as `asynctest <https://asynctest.readthedocs.io/en/la

Changelog
---------

0.17.2 (22-01-17)
~~~~~~~~~~~~~~~~~~~

- Require ``typing-extensions`` on Python<3.8 only. `#269 <https://github.com/pytest-dev/pytest-asyncio/issues/269>`_


0.17.1 (22-01-16)
~~~~~~~~~~~~~~~~~~~
- 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>`_
Expand Down

0 comments on commit 39c6d0c

Please sign in to comment.