Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add get_event_loop_policy() to all get_event_loop() calls (faust-stre…
…aming#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 cors
- Loading branch information