Skip to content
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

build(deps-dev): bump pytest-asyncio from 0.21.1 to 0.22.0 #362

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 31, 2023

Bumps pytest-asyncio from 0.21.1 to 0.22.0.

Release notes

Sourced from pytest-asyncio's releases.

pytest-asyncio 0.22.0

0.22.0 (2023-10-31)

  • Class-scoped and module-scoped event loops can be requested via the asyncio_event_loop mark. #620
  • Deprecate redefinition of the event_loop fixture. #587 Users requiring a class-scoped or module-scoped asyncio event loop for their tests should mark the corresponding class or module with asyncio_event_loop.
  • Test items based on asynchronous generators always exit with xfail status and emit a warning during the collection phase. This behavior is consistent with synchronous yield tests. #642
  • Remove support for Python 3.7
  • Declare support for Python 3.12
Commits
  • a950f55 Prepare for release of v0.22.0.
  • 349d9c8 Build(deps): Bump outcome in /dependencies/default
  • 494601d Build(deps): Bump pytest from 7.4.2 to 7.4.3 in /dependencies/default
  • 044e568 [feat] Emit a deprecation warning when the event_loop fixture is explicitly r...
  • 9f75b3c [fix] Fixes an issue that causes DeprecationWarnings for event loop overrides...
  • b7c66db [build] Run code examples in docs as tests.
  • 62bf444 [docs] Extracted most Python code examples into separate files.
  • b6b2c7f [refactor] Simplified code in test_asyncio_mark.
  • 4bca1d7 [feat] Test items based on asynchronous generators always exit with xfail s...
  • d697a12 [refactor] test_warn_asyncio_marker_for_regular_func uses pytester, instead o...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.21.1 to 0.22.0.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.21.1...v0.22.0)

---
updated-dependencies:
- dependency-name: pytest-asyncio
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 31, 2023
@coveralls
Copy link

Coverage Status

coverage: 88.122%. remained the same when pulling e36a93e on dependabot/pip/pytest-asyncio-0.22.0 into 2b3523f on main.

@newAM newAM merged commit 7ae789b into main Oct 31, 2023
20 checks passed
@newAM newAM deleted the dependabot/pip/pytest-asyncio-0.22.0 branch October 31, 2023 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants