⬆️ Update dependency pytest-asyncio to v1.4.0#1508
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1508 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 14 14
Lines 1379 1379
Branches 150 150
=========================================
Hits 1379 1379 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
renovate
Bot
force-pushed
the
renovate/pytest-asyncio-1.x
branch
24 times, most recently
from
June 14, 2026 08:29
b1fecb9 to
cd4cacf
Compare
renovate
Bot
force-pushed
the
renovate/pytest-asyncio-1.x
branch
4 times, most recently
from
June 25, 2026 05:35
fef196d to
c36579b
Compare
renovate
Bot
force-pushed
the
renovate/pytest-asyncio-1.x
branch
8 times, most recently
from
July 4, 2026 04:36
481d10c to
41e3df3
Compare
renovate
Bot
force-pushed
the
renovate/pytest-asyncio-1.x
branch
6 times, most recently
from
July 10, 2026 05:33
0f964ec to
dfc0a6d
Compare
renovate
Bot
force-pushed
the
renovate/pytest-asyncio-1.x
branch
4 times, most recently
from
July 15, 2026 10:11
afb95a7 to
62ef356
Compare
renovate
Bot
force-pushed
the
renovate/pytest-asyncio-1.x
branch
from
July 16, 2026 13:21
62ef356 to
3ac4668
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR contains the following updates:
==1.3.0→==1.4.0Release Notes
pytest-dev/pytest-asyncio (pytest-asyncio)
v1.4.0: pytest-asyncio v1.4.0Compare Source
1.4.0 - 2026-05-26
Deprecated
pytest_asyncio_loop_factorieshook instead. (#1419)Added
Added the
pytest_asyncio_loop_factorieshook to parametrize asyncio tests with custom event loop factories.The hook returns a mapping of factory names to loop factories, and
pytest.mark.asyncio(loop_factories=[...])selects a subset of configured factories per test. When a single factory is configured, test names are unchanged.Synchronous
@pytest_asyncio.fixturefunctions now see the correct event loop when custom loop factories are configured, even when test code disrupts the current event loop (e.g., viaasyncio.run()orasyncio.set_event_loop(None)). (#1164)Changed
asyncio_default_fixture_loop_scopeis unset (#1298)asyncio.AbstractEventLoopPolicyfor type checking to avoid raisinga DeprecationWarning. (#1394)
Fixed
ResourceWarning: unclosed event loopwarning that could occur when a synchronous test calledasyncio.run()or otherwise unset the current event loop after pytest-asyncio had run an async test or fixture. (#724)Notes for Downstream Packagers
sphinx-tabs >= 3.5to organize documentation examples into tabs. (#1395)Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.