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

Update dependency pytest-asyncio to v0.23.6 - autoclosed #552

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 2, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v0.23.6: pytest-asyncio 0.23.6

Compare Source

0.23.6 (2024-03-19)

  • Fix compatibility with pytest 8.2 #​800

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.5: pytest-asyncio 0.23.5

Compare Source

0.23.5 (2024-02-09)

  • Declare compatibility with pytest 8 #​737
  • Fix typing errors with recent versions of mypy #​769
  • Prevent DeprecationWarning about internal use of asyncio.get_event_loop() from affecting test cases #​757

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.4: pytest-asyncio 0.23.4

Compare Source

0.23.4 (2024-01-28)

  • pytest-asyncio no longer imports additional, unrelated packages during test collection #​729
  • Addresses further issues that caused an internal pytest error during test collection
  • Declares incompatibility with pytest 8 #​737

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 becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from arthurio February 2, 2024 01:30
Copy link

netlify bot commented Feb 2, 2024

Deploy Preview for fastapi-filter ready!

Name Link
🔨 Latest commit ea78a44
🔍 Latest deploy log https://app.netlify.com/sites/fastapi-filter/deploys/663a320b820b7d0008b1c645
😎 Deploy Preview https://deploy-preview-552--fastapi-filter.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Feb 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (feb524d) to head (ea78a44).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #552   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          189       189           
=========================================
  Hits           189       189           

@renovate renovate bot changed the title Update dependency pytest-asyncio to v0.23.4 Update dependency pytest-asyncio to v0.23.5 Feb 9, 2024
@renovate renovate bot force-pushed the renovate/pytest-asyncio-0.x-lockfile branch 2 times, most recently from b175a87 to 8de4c1a Compare February 11, 2024 21:00
@renovate renovate bot changed the title Update dependency pytest-asyncio to v0.23.5 Update dependency pytest-asyncio to v0.23.6 Mar 19, 2024
@renovate renovate bot force-pushed the renovate/pytest-asyncio-0.x-lockfile branch from 8de4c1a to 9e374bd Compare March 19, 2024 07:38
@renovate renovate bot force-pushed the renovate/pytest-asyncio-0.x-lockfile branch 2 times, most recently from eaf5d9d to c4b5b68 Compare May 7, 2024 09:28
@renovate renovate bot changed the title Update dependency pytest-asyncio to v0.23.6 Update dependency pytest-asyncio to v0.23.6 - autoclosed May 7, 2024
@renovate renovate bot closed this May 7, 2024
@renovate renovate bot deleted the renovate/pytest-asyncio-0.x-lockfile branch May 7, 2024 09:45
@renovate renovate bot changed the title Update dependency pytest-asyncio to v0.23.6 - autoclosed Update dependency pytest-asyncio to v0.23.6 May 7, 2024
@renovate renovate bot reopened this May 7, 2024
@renovate renovate bot restored the renovate/pytest-asyncio-0.x-lockfile branch May 7, 2024 13:47
@renovate renovate bot force-pushed the renovate/pytest-asyncio-0.x-lockfile branch from c4b5b68 to ea78a44 Compare May 7, 2024 13:52
@renovate renovate bot changed the title Update dependency pytest-asyncio to v0.23.6 Update dependency pytest-asyncio to v0.23.6 - autoclosed May 7, 2024
@renovate renovate bot closed this May 7, 2024
@renovate renovate bot deleted the renovate/pytest-asyncio-0.x-lockfile branch May 7, 2024 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants