algorithms-keeper
algorithms-keeper copied to clipboard
build(deps-dev): bump pytest-asyncio from 0.21.1 to 0.23.2
Bumps pytest-asyncio from 0.21.1 to 0.23.2.
Release notes
Sourced from pytest-asyncio's releases.
pytest-asyncio 0.23.2
0.23.2 (2023-12-04)
- Fixes a bug that caused an internal pytest error when collecting .txt files #703
pytest-asyncio 0.23.1
0.23.1 (2023-12-03)
- Fixes a bug that caused an internal pytest error when using module-level skips #701
pytest-asyncio 0.23.0
This release is backwards-compatible with v0.21. 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
- Introduces
pytest_asyncio.is_async_testwhich returns whether a test item is managed by pytest-asyncio #376- Removes and pytest-trio, mypy, and flaky from the test dependencies #620, #674, #678
pytest-asyncio 0.23.0b0
0.23.0 (UNRELEASED)
This release is backwards-compatible with v0.21. 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
- Removes pytest-trio from the test dependencies #620
pytest-asyncio 0.23.0a1
0.23.0 (UNRELEASED)
This release is backwards-compatible with v0.21. 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
- Removes pytest-trio from the test dependencies #620
pytest-asyncio 0.23.0a0
0.23.0 (UNRELEASED)
This release is backwards-compatible with v0.21. Changes are non-breaking, unless you upgrade from v0.22.
... (truncated)
Commits
b614c77[fix] Fixes a bug that caused an internal pytest error when collecting .txt f...a214c3e[fix] Fixes a bug that caused an internal pytest error when using module-leve...176d558[refactor] Extracted test for pytest.skip into a separate test module.0b34e8e[chore] Prepare release of v0.23.03c2691d[docs] Remove badge which points out that the project uses Black as a code fo...349c152[docs] Mention the #pytest-asyncio:matrix.org chat room in README and for get...533b886Build(deps): Bump hypothesis in /dependencies/default9a8b431Build(deps): Bump exceptiongroup in /dependencies/default540426dBuild(deps): Bump pygments from 2.17.1 to 2.17.2 in /dependencies/docsee23a65Build(deps): Bump idna from 3.4 to 3.6 in /dependencies/docs- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
6316b29) 98.64% compared to head (ecb2e60) 98.64%.
Additional details and impacted files
@@ Coverage Diff @@
## master #211 +/- ##
=======================================
Coverage 98.64% 98.64%
=======================================
Files 19 19
Lines 740 740
=======================================
Hits 730 730
Misses 10 10
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Superseded by #214.