chore: update pytest-asyncio uvloop configuration#251
Merged
toby-coleman merged 7 commits intomainfrom Apr 23, 2026
Merged
Conversation
Agent-Logs-Url: https://github.com/plugboard-dev/plugboard/sessions/97ae65cc-0c75-4da6-83fa-22fbc21aa4d6 Co-authored-by: toby-coleman <13170610+toby-coleman@users.noreply.github.com>
Agent-Logs-Url: https://github.com/plugboard-dev/plugboard/sessions/97ae65cc-0c75-4da6-83fa-22fbc21aa4d6 Co-authored-by: toby-coleman <13170610+toby-coleman@users.noreply.github.com>
Agent-Logs-Url: https://github.com/plugboard-dev/plugboard/sessions/97ae65cc-0c75-4da6-83fa-22fbc21aa4d6 Co-authored-by: toby-coleman <13170610+toby-coleman@users.noreply.github.com>
Agent-Logs-Url: https://github.com/plugboard-dev/plugboard/sessions/97ae65cc-0c75-4da6-83fa-22fbc21aa4d6 Co-authored-by: toby-coleman <13170610+toby-coleman@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update usage of uvloop for pytest-asyncio
chore: update pytest-asyncio uvloop configuration
Apr 15, 2026
Contributor
|
@copilot resolve the merge conflicts in this pull request |
Co-authored-by: toby-coleman <13170610+toby-coleman@users.noreply.github.com>
Contributor
Author
toby-coleman
requested changes
Apr 23, 2026
Agent-Logs-Url: https://github.com/plugboard-dev/plugboard/sessions/1dcc6e9b-2a3e-46e1-9493-f1dd0572e763 Co-authored-by: toby-coleman <13170610+toby-coleman@users.noreply.github.com>
Contributor
Author
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
toby-coleman
approved these changes
Apr 23, 2026
|
Benchmark comparison for |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
Summary
Update the test suite’s uvloop integration to align with
pytest-asyncio’s loop-factory direction ahead of Python 3.14 policy deprecations. The shared pytest configuration now uses the hook-based uvloop setup only, matching the repository’spytest-asyncio>=1.0,<2requirement.Changes
pytest-asyncio loop factory hook
pytest_asyncio_loop_factories(...)in/home/runner/work/plugboard/plugboard/tests/conftest.pyuvloop.new_event_loopRemove obsolete compatibility fallback
event_loop_policyfallback for olderpytest-asyncioreleasespytest-asyncio 1.xFocused coverage
/home/runner/work/plugboard/plugboard/tests/unit/test_conftest.pyBranch maintenance
origin/maininto this branch and resolve the resulting conflict in/home/runner/work/plugboard/plugboard/tests/conftest.pyValidation
make lintmake builduv run pytest -rs tests/unit/test_conftest.py tests/integration/test_component_event_handlers.py