Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Bump pytest-asyncio from 0.21.1 to 0.22.0 #220

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
@github-actions github-actions bot enabled auto-merge October 31, 2023 10:25
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@github-actions github-actions bot merged commit bd0adc6 into main Oct 31, 2023
11 checks passed
@github-actions github-actions bot deleted the dependabot/pip/pytest-asyncio-0.22.0 branch October 31, 2023 11:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

1 participant