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

fix(deps): Update dependency pytest-asyncio to v0.25.0 #57

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented May 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pytest-asyncio (changelog) ==0.23.6 -> ==0.25.0 age adoption passing confidence

Release Notes

pytest-dev/pytest-asyncio (pytest-asyncio)

v0.25.0: pytest-asyncio 0.25.0

Compare Source

0.25.0 (2024-12-13)
  • Deprecated: Added warning when asyncio test requests async @pytest.fixture in strict mode. This will become an error in a future version of flake8-asyncio. #​979
  • Updates the error message about pytest.mark.asyncio's scope keyword argument to say loop_scope instead. #​1004
  • Verbose log displays correct parameter name: asyncio_default_fixture_loop_scope #​990
  • Propagates contextvars set in async fixtures to other fixtures and tests on Python 3.11 and above. #​1008

v0.24.0: pytest-asyncio 0.24.0

Compare Source

0.24.0 (2024-08-22)

  • BREAKING: Updated minimum supported pytest version to v8.2.0
  • Adds an optional loop_scope keyword argument to pytest.mark.asyncio. This argument controls which event loop is used to run the marked async test. #​706, #​871
  • Deprecates the optional scope keyword argument to pytest.mark.asyncio for API consistency with pytest_asyncio.fixture. Users are encouraged to use the loop_scope keyword argument, which does exactly the same.
  • Raises an error when passing scope or loop_scope as a positional argument to @pytest.mark.asyncio. #​812
  • Fixes a bug that caused module-scoped async fixtures to fail when reused in other modules #​862 #​668

v0.23.8: pytest-asyncio 0.23.8

Compare Source

0.23.8 (2024-07-17)

  • Fixes a bug that caused duplicate markers in async tests #​813

Known issues

As of v0.23, pytest-asyncio attaches an asyncio event loop to each item of the test suite (i.e. session, packages, modules, classes, functions) and allows tests to be run in those loops when marked accordingly. Pytest-asyncio currently assumes that async fixture scope is correlated with the new event loop scope. This prevents fixtures from being evaluated independently from the event loop scope and breaks some existing test suites (see #​706). For example, a test suite may require all fixtures and tests to run in the same event loop, but have async fixtures that are set up and torn down for each module. If you're affected by this issue, please continue using the v0.21 release, until it is resolved.

v0.23.7: pytest-asyncio 0.23.7

Compare Source

0.23.7 (2024-05-19)

  • Silence deprecation warnings about unclosed event loops that occurred with certain CPython patch releases #​817

Known issues

As of v0.23, pytest-asyncio attaches an asyncio event loop to each item of the test suite (i.e. session, packages, modules, classes, functions) and allows tests to be run in those loops when marked accordingly. Pytest-asyncio currently assumes that async fixture scope is correlated with the new event loop scope. This prevents fixtures from being evaluated independently from the event loop scope and breaks some existing test suites (see #​706). For example, a test suite may require all fixtures and tests to run in the same event loop, but have async fixtures that are set up and torn down for each module. If you're affected by this issue, please continue using the v0.21 release, until it is resolved.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label May 26, 2024
@renovate-bot renovate-bot requested review from davenportjw, bradmiro and a team as code owners May 26, 2024 12:45
@renovate-bot renovate-bot force-pushed the renovate/pytest-asyncio-0.x branch 6 times, most recently from 594968a to 5d5d5f9 Compare June 2, 2024 16:52
@renovate-bot renovate-bot force-pushed the renovate/pytest-asyncio-0.x branch from 5d5d5f9 to 2c55104 Compare July 8, 2024 20:30
@renovate-bot renovate-bot changed the title chore(deps): update dependency pytest-asyncio to v0.23.7 chore(deps): update dependency pytest-asyncio to v0.23.8 Jul 24, 2024
@renovate-bot renovate-bot force-pushed the renovate/pytest-asyncio-0.x branch from 2c55104 to 4945922 Compare July 24, 2024 18:15
@renovate-bot renovate-bot changed the title chore(deps): update dependency pytest-asyncio to v0.23.8 fix(deps): Update dependency pytest-asyncio to v0.23.8 Aug 6, 2024
@renovate-bot renovate-bot changed the title fix(deps): Update dependency pytest-asyncio to v0.23.8 fix(deps): Update dependency pytest-asyncio to v0.24.0 Aug 29, 2024
@renovate-bot renovate-bot force-pushed the renovate/pytest-asyncio-0.x branch from 4945922 to 18a2653 Compare August 29, 2024 09:56
@renovate-bot renovate-bot force-pushed the renovate/pytest-asyncio-0.x branch from 18a2653 to 421bf9c Compare October 29, 2024 02:36
@renovate-bot renovate-bot force-pushed the renovate/pytest-asyncio-0.x branch 4 times, most recently from d1fe13e to ca17457 Compare November 20, 2024 16:48
@renovate-bot renovate-bot force-pushed the renovate/pytest-asyncio-0.x branch from ca17457 to 0b471d5 Compare December 9, 2024 19:00
@renovate-bot renovate-bot force-pushed the renovate/pytest-asyncio-0.x branch from 0b471d5 to 0083ad1 Compare December 20, 2024 11:03
@renovate-bot renovate-bot changed the title fix(deps): Update dependency pytest-asyncio to v0.24.0 fix(deps): Update dependency pytest-asyncio to v0.25.0 Dec 20, 2024
@renovate-bot renovate-bot force-pushed the renovate/pytest-asyncio-0.x branch from 0083ad1 to 5ad9314 Compare December 28, 2024 01:42
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant