Skip to content

Comments

⬆️ Update dependency pytest-asyncio to v0.24.0#507

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/pytest-asyncio-0.x
Aug 23, 2024
Merged

⬆️ Update dependency pytest-asyncio to v0.24.0#507
renovate[bot] merged 1 commit intomainfrom
renovate/pytest-asyncio-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 23, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pytest-asyncio (changelog) 0.23.8 -> 0.24.0 age adoption passing confidence

Release Notes

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

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 - "before 6am every weekday" in timezone Europe/Amsterdam, 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 dependencies Upgrade or downgrade of project dependencies. python labels Aug 23, 2024
@renovate renovate bot enabled auto-merge (rebase) August 23, 2024 01:20
@codecov
Copy link

codecov bot commented Aug 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (377990d) to head (abc716c).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #507   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          165       165           
  Branches        31        31           
=========================================
  Hits           165       165           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/pytest-asyncio-0.x branch from abc716c to cb94b02 Compare August 23, 2024 04:27
@renovate renovate bot merged commit a3919bd into main Aug 23, 2024
@renovate renovate bot deleted the renovate/pytest-asyncio-0.x branch August 23, 2024 04:27
@github-actions github-actions bot locked and limited conversation to collaborators Aug 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Upgrade or downgrade of project dependencies. python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants