Commit 7c7fa84
authored
Add get_event_loop_policy() to all get_event_loop() calls (#415)
* add support for python3.11
* update to setup-python v4
* add 3.11 to tox.ini
* bump to 0.9.2 in preparation of next release
* fix dumb merge
* lint everything
* set aiohttp minimum to 3.8.3 and mode-streaming minimum to 0.3.0
* add removed test classes from mode into tests.helpers
* fix streams and topics tests
* just add rc0 i stopping caring lol
* add forgotten defs
* fix imports
* fix more dumb imports
* just import AsyncMock from tests.helpers for now
* add more checks for 3.10 and 3.11
* fix typo
* add 3.11 to envlist
* include custom Mock class to fix this absurd test
* fix asyncmock import
* remove unneeded import
* fix import
* fix import
* neverending import issues
* too many conftests
* fix test_replies so it doesnt hang anymore
* fix cache tests
* coro be gone
* add AsyncMock to __all__
* remove call.coro since deprecated behavior
* test_worker.py passes now
* basic fix for test agent
* fix test_agent.py
* update test_base.py
* fix more tests
* keep trying...
* Add get_event_loop_policy() to all get_event_loop() calls
* remove loop kwarg due to deprecation in 0.8.0
* more remaining tests as needs fixing
* fix formatting
* fix formatting... again
* fix imports in test_events.py
* fix AsyncMock imports
* please let this be the last import fix
* change echoing function in streams.py for py 3.11 compatibility
* ensure futures for test_replies.py
* ensure table recovery futures
* ensure futures for all echo cors1 parent cf397bc commit 7c7fa84
4 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
621 | 621 | | |
622 | 622 | | |
623 | 623 | | |
624 | | - | |
| 624 | + | |
625 | 625 | | |
626 | 626 | | |
627 | 627 | | |
| |||
640 | 640 | | |
641 | 641 | | |
642 | 642 | | |
643 | | - | |
| 643 | + | |
644 | 644 | | |
645 | 645 | | |
646 | 646 | | |
| |||
659 | 659 | | |
660 | 660 | | |
661 | 661 | | |
662 | | - | |
| 662 | + | |
663 | 663 | | |
664 | 664 | | |
665 | 665 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1482 | 1482 | | |
1483 | 1483 | | |
1484 | 1484 | | |
1485 | | - | |
| 1485 | + | |
1486 | 1486 | | |
1487 | 1487 | | |
1488 | 1488 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
0 commit comments