forked from faust-streaming/faust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for python3.11 (faust-streaming#366)
* 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... * 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 * set aiokafka 0.8.0 as minimum * apparently loops need to be passed * i forgot to fix this lol * this never ends ugh * use internal cchardet library from hereon * update 3.7 basepython * hardcode flake8 to 5.0.4 for now * update mode-streaming to >=0.3.0 and ignore rc's * Start testing docs builds and only deploy on release
- Loading branch information
Showing
76 changed files
with
559 additions
and
246 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
cchardet>=2.1 | ||
faust-cchardet |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.