Skip to content

fix(deps): update dependency pytest-asyncio to ^0.26.0 #44

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pytest-asyncio (changelog) ^0.23.7 -> ^0.26.0 age adoption passing confidence

Release Notes

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

v0.26.0: pytest-asyncio 0.26.0

Compare Source

  • Adds configuration option that sets default event loop scope for all tests #​793
  • Improved type annotations for pytest_asyncio.fixture #​1045
  • Added typing-extensions as additional dependency for Python <3.10 #​1045

v0.25.3: pytest-asyncio 0.25.3

Compare Source

  • Avoid errors in cleanup of async generators when event loop is already closed #​1040

v0.25.2: pytest-asyncio 0.25.2

Compare Source

  • Call loop.shutdown_asyncgens() before closing the event loop to ensure async generators are closed in the same manner as asyncio.run does #​1034

v0.25.1: pytest-asyncio 0.25.1

Compare Source

  • Fixes an issue that caused a broken event loop when a function-scoped test was executed in between two tests with wider loop scope #​950
  • Improves test collection speed in auto mode #​1020
  • Corrects the warning that is emitted upon redefining the event_loop fixture

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

Configuration

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

🚦 Automerge: Enabled.

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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 22, 2024
Copy link
Contributor Author

renovate bot commented Aug 22, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv ud-co2s-6y5ulcdl-py3.13 in /home/ubuntu/.cache/pypoetry/virtualenvs

Because no versions of pytest-asyncio match >0.26.0,<0.27.0
 and pytest-asyncio (0.26.0) depends on pytest (>=8.2,<9), pytest-asyncio (>=0.26.0,<0.27.0) requires pytest (>=8.2,<9).
So, because ud-co2s depends on both pytest-asyncio (^0.26.0) and pytest (^7.0), version solving failed.

@renovate renovate bot force-pushed the renovate/pytest-asyncio-0.x branch 5 times, most recently from 3c01558 to 2d88ef2 Compare August 26, 2024 19:42
@renovate renovate bot force-pushed the renovate/pytest-asyncio-0.x branch 3 times, most recently from e742f90 to a8b19b2 Compare September 7, 2024 21:52
@renovate renovate bot force-pushed the renovate/pytest-asyncio-0.x branch 2 times, most recently from 01a3ef2 to 70126f7 Compare September 10, 2024 16:49
@renovate renovate bot force-pushed the renovate/pytest-asyncio-0.x branch 8 times, most recently from 0424e21 to cb1fd69 Compare September 24, 2024 23:22
@renovate renovate bot force-pushed the renovate/pytest-asyncio-0.x branch 7 times, most recently from d39e9fd to 832fae0 Compare October 3, 2024 04:40
@renovate renovate bot force-pushed the renovate/pytest-asyncio-0.x branch 3 times, most recently from 98cbb1d to eac6f23 Compare October 7, 2024 13:12
@renovate renovate bot force-pushed the renovate/pytest-asyncio-0.x branch 4 times, most recently from d317934 to 50167fe Compare October 14, 2024 20:11
@renovate renovate bot force-pushed the renovate/pytest-asyncio-0.x branch 3 times, most recently from e7a85a9 to c624dae Compare October 18, 2024 10:52
@renovate renovate bot force-pushed the renovate/pytest-asyncio-0.x branch from c624dae to d0abd8c Compare December 13, 2024 08:25
@renovate renovate bot changed the title fix(deps): update dependency pytest-asyncio to ^0.24.0 fix(deps): update dependency pytest-asyncio to ^0.25.0 Dec 13, 2024
@renovate renovate bot force-pushed the renovate/pytest-asyncio-0.x branch from d0abd8c to 6edf70b Compare March 25, 2025 06:53
@renovate renovate bot changed the title fix(deps): update dependency pytest-asyncio to ^0.25.0 fix(deps): update dependency pytest-asyncio to ^0.26.0 Mar 25, 2025
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.

0 participants