Pytest-asyncio

Latest version: v0.26.0

Safety actively analyzes 723882 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 11

0.18.2

-----------------

- Fix asyncio auto mode not marking static methods.
[\295](https://github.com/pytest-dev/pytest-asyncio/issues/295)
- Fix a compatibility issue with Hypothesis 6.39.0.
[\302](https://github.com/pytest-dev/pytest-asyncio/issues/302)

0.18.1

-----------------

- Fixes a regression that prevented async fixtures from working in
synchronous tests.
[\286](https://github.com/pytest-dev/pytest-asyncio/issues/286)

0.18.0

-----------------

- Raise a warning if \pytest.mark.asyncio is applied to non-async
function.
[\275](https://github.com/pytest-dev/pytest-asyncio/issues/275)
- Support parametrized `event_loop` fixture.
[\278](https://github.com/pytest-dev/pytest-asyncio/issues/278)

0.17.2

-----------------

- Require `typing-extensions` on Python\<3.8 only.
[\269](https://github.com/pytest-dev/pytest-asyncio/issues/269)
- 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)

0.17.1

-----------------

- 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)
- 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)
- Added type annotations.
[\198](https://github.com/pytest-dev/pytest-asyncio/issues/198)
- Show asyncio mode in pytest report headers.
[\266](https://github.com/pytest-dev/pytest-asyncio/issues/266)
- Relax `asyncio_mode` type definition; it allows to support pytest
6.1+.
[\262](https://github.com/pytest-dev/pytest-asyncio/issues/262)

0.17.0

~~~~~~~~~~~~~~~~~~~
- `pytest-asyncio` no longer alters existing event loop policies. `168 <https://github.com/pytest-dev/pytest-asyncio/issues/168>`_, `#188 <https://github.com/pytest-dev/pytest-asyncio/issues/168>`_
- Drop support for Python 3.6
- 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>`_
- Added `flaky <https://pypi.org/project/flaky/>`_ to test dependencies
- Added ``unused_udp_port`` and ``unused_udp_port_factory`` fixtures (similar to ``unused_tcp_port`` and ``unused_tcp_port_factory`` counterparts. `99 <https://github.com/pytest-dev/pytest-asyncio/issues/99>`_
- Added the plugin modes: *strict*, *auto*, and *legacy*. See `documentation <https://github.com/pytest-dev/pytest-asyncio#modes>`_ for details. `125 <https://github.com/pytest-dev/pytest-asyncio/issues/125>`_
- Correctly process ``KeyboardInterrupt`` during async fixture setup phase `219 <https://github.com/pytest-dev/pytest-asyncio/issues/219>`_

Page 7 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.