chore(deps): update dependency pytest-asyncio to v1.4.0 - #1404
Merged
kgala2 merged 1 commit intoMay 26, 2026
Conversation
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
April 21, 2026 18:41
c7e4a70 to
5b69235
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
April 22, 2026 18:14
5b69235 to
e7dec05
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
April 24, 2026 22:49
e7dec05 to
41aea4f
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
April 27, 2026 20:05
41aea4f to
1051bcf
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
May 1, 2026 00:11
1051bcf to
70e5ac7
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
May 1, 2026 15:50
70e5ac7 to
0960e8a
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
May 5, 2026 03:28
0960e8a to
56f7e86
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
May 7, 2026 11:37
56f7e86 to
add429f
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
May 7, 2026 17:33
add429f to
191ea3d
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
May 7, 2026 23:15
191ea3d to
babc252
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
May 8, 2026 23:16
babc252 to
209ac5d
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
May 10, 2026 22:26
209ac5d to
aab8910
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
May 11, 2026 19:36
aab8910 to
59a89d8
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
May 12, 2026 15:45
59a89d8 to
12eda95
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
May 12, 2026 16:54
12eda95 to
9488751
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
May 12, 2026 23:10
9488751 to
1d5a1d9
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
May 13, 2026 18:52
1d5a1d9 to
1a9318d
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
May 15, 2026 22:47
1a9318d to
17c72c9
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
May 19, 2026 13:58
17c72c9 to
e8953b6
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
May 19, 2026 22:47
e8953b6 to
382f453
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
May 20, 2026 16:49
382f453 to
daeeca1
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
May 24, 2026 23:02
daeeca1 to
1062d54
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
May 26, 2026 12:11
1062d54 to
17384d6
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
May 26, 2026 17:10
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.