Skip to content

Commit 3d01259

Browse files
committed
[docs] Mentioned removal of test dependencies in changelog.
Signed-off-by: Michael Seifert <[email protected]>
1 parent 86126f6 commit 3d01259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/reference/changelog.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Changes are non-breaking, unless you upgrade from v0.22.
1010
- BREAKING: The *asyncio_event_loop* mark has been removed. Event loops with class, module, package, and session scopes can be requested via the *scope* keyword argument to the _asyncio_ mark.
1111
- Introduces the *event_loop_policy* fixture which allows testing with non-default or multiple event loops `#662 <https://github.com/pytest-dev/pytest-asyncio/pull/662>`_
1212
- Introduces ``pytest_asyncio.is_async_test`` which returns whether a test item is managed by pytest-asyncio `#376 <https://github.com/pytest-dev/pytest-asyncio/issues/376>`_
13-
- Removes pytest-trio from the test dependencies `#620 <https://github.com/pytest-dev/pytest-asyncio/pull/620>`_
13+
- Removes and *pytest-trio,* *mypy,* and *flaky* from the test dependencies `#620 <https://github.com/pytest-dev/pytest-asyncio/pull/620>`_, `#674 <https://github.com/pytest-dev/pytest-asyncio/pull/674>`_, `#678 <https://github.com/pytest-dev/pytest-asyncio/pull/678>`_,
1414

1515
0.22.0 (2023-10-31)
1616
===================

0 commit comments

Comments
 (0)