Skip to content

Remove test dependencies: flaky, mypy #696

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions dependencies/default/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
attrs==23.1.0
coverage==7.3.2
exceptiongroup==1.1.3
flaky==3.7.0
hypothesis==6.90.0
iniconfig==2.0.0
mypy==1.7.0
mypy-extensions==1.0.0
packaging==23.2
pluggy==1.3.0
pytest==7.4.3
Expand Down
4 changes: 0 additions & 4 deletions dependencies/pytest-min/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@ charset-normalizer==3.3.1
coverage==7.3.2
elementpath==4.1.5
exceptiongroup==1.1.3
flaky==3.7.0
hypothesis==6.88.3
idna==3.4
iniconfig==2.0.0
mock==5.1.0
mypy==1.6.1
mypy-extensions==1.0.0
nose==1.3.7
packaging==23.2
pluggy==1.3.0
Expand All @@ -21,6 +18,5 @@ pytest==7.0.0
requests==2.31.0
sortedcontainers==2.4.0
tomli==2.0.1
typing_extensions==4.8.0
urllib3==2.0.7
xmlschema==2.5.0
2 changes: 1 addition & 1 deletion docs/source/reference/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Changes are non-breaking, unless you upgrade from v0.22.
- 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.
- 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>`_
- 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>`_
- Removes pytest-trio from the test dependencies `#620 <https://github.com/pytest-dev/pytest-asyncio/pull/620>`_
- 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>`_,

0.22.0 (2023-10-31)
===================
Expand Down
2 changes: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ install_requires =
testing =
coverage >= 6.2
hypothesis >= 5.7.1
flaky >= 3.5.0
mypy >= 0.931
docs =
sphinx >= 5.3
sphinx-rtd-theme >= 1.0
Expand Down
43 changes: 0 additions & 43 deletions tests/test_flaky_integration.py

This file was deleted.