chore(deps): update dependency pytest-asyncio to v1.4.0#1404
Merged
kgala2 merged 1 commit intoMay 26, 2026
Conversation
Collaborator
|
/gcbrun |
c7e4a70 to
5b69235
Compare
Collaborator
|
/gcbrun |
5b69235 to
e7dec05
Compare
Collaborator
|
/gcbrun |
e7dec05 to
41aea4f
Compare
Collaborator
|
/gcbrun |
41aea4f to
1051bcf
Compare
Collaborator
|
/gcbrun |
1051bcf to
70e5ac7
Compare
Collaborator
|
/gcbrun |
70e5ac7 to
0960e8a
Compare
Collaborator
|
/gcbrun |
0960e8a to
56f7e86
Compare
Collaborator
|
/gcbrun |
56f7e86 to
add429f
Compare
Collaborator
|
/gcbrun |
add429f to
191ea3d
Compare
Collaborator
|
/gcbrun |
191ea3d to
babc252
Compare
Collaborator
|
/gcbrun |
babc252 to
209ac5d
Compare
Collaborator
|
/gcbrun |
209ac5d to
aab8910
Compare
Collaborator
|
/gcbrun |
aab8910 to
59a89d8
Compare
Collaborator
|
/gcbrun |
59a89d8 to
12eda95
Compare
Collaborator
|
/gcbrun |
12eda95 to
9488751
Compare
Collaborator
|
/gcbrun |
9488751 to
1d5a1d9
Compare
Collaborator
|
/gcbrun |
1d5a1d9 to
1a9318d
Compare
Collaborator
|
/gcbrun |
1a9318d to
17c72c9
Compare
Collaborator
|
/gcbrun |
17c72c9 to
e8953b6
Compare
Collaborator
|
/gcbrun |
e8953b6 to
382f453
Compare
Collaborator
|
/gcbrun |
382f453 to
daeeca1
Compare
Collaborator
|
/gcbrun |
daeeca1 to
1062d54
Compare
Collaborator
|
/gcbrun |
1062d54 to
17384d6
Compare
Collaborator
|
/gcbrun |
17384d6 to
d7d42a3
Compare
Collaborator
|
/gcbrun |
kgala2
approved these changes
May 26, 2026
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.