-
-
Notifications
You must be signed in to change notification settings - Fork 540
DeprecationWarning when running the tests on py3.9 #762
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
DavidBord
added a commit
to DavidBord/websockets
that referenced
this issue
May 18, 2020
DavidBord
added a commit
to DavidBord/websockets
that referenced
this issue
May 18, 2020
… py3.8 api (create_task)
DavidBord
added a commit
to DavidBord/websockets
that referenced
this issue
May 19, 2020
DavidBord
added a commit
to DavidBord/websockets
that referenced
this issue
May 19, 2020
DavidBord
added a commit
to DavidBord/websockets
that referenced
this issue
May 19, 2020
DavidBord
added a commit
to DavidBord/websockets
that referenced
this issue
May 20, 2020
DavidBord
added a commit
to DavidBord/websockets
that referenced
this issue
May 22, 2020
DavidBord
added a commit
to DavidBord/websockets
that referenced
this issue
May 22, 2020
aaugustin
pushed a commit
that referenced
this issue
May 23, 2020
aaugustin
pushed a commit
that referenced
this issue
May 23, 2020
aaugustin
pushed a commit
that referenced
this issue
May 23, 2020
aaugustin
pushed a commit
that referenced
this issue
May 23, 2020
aaugustin
pushed a commit
that referenced
this issue
May 23, 2020
kosyak
pushed a commit
to kosyak/websockets
that referenced
this issue
Jul 23, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
python -W default -m unittest ................................./Users/db/venvs/websockets39/lib/python3.9/site-packages/websockets-8.1-py3.9-macosx-10.15-x86_64.egg/websockets/server.py:716: DeprecationWarning: The explicit passing of coroutine objects to asyncio.wait() is deprecated since Python 3.8, and scheduled for removal in Python 3.11. await asyncio.wait( ../Users/db/venvs/websockets39/lib/python3.9/site-packages/websockets-8.1-py3.9-macosx-10.15-x86_64.egg/websockets/server.py:716: DeprecationWarning: The explicit passing of coroutine objects to asyncio.wait() is deprecated since Python 3.8, and scheduled for removal in Python 3.11. await asyncio.wait( ...../Users/db/venvs/websockets39/lib/python3.9/site-packages/websockets-8.1-py3.9-macosx-10.15-x86_64.egg/websockets/server.py:716: DeprecationWarning: The explicit passing of coroutine objects to asyncio.wait() is deprecated since Python 3.8, and scheduled for removal in Python 3.11. await asyncio.wait( ........................................../Users/db/venvs/websockets39/lib/python3.9/site-packages/websockets-8.1-py3.9-macosx-10.15-x86_64.egg/websockets/server.py:716: DeprecationWarning: The explicit passing of coroutine objects to asyncio.wait() is deprecated since Python 3.8, and scheduled for removal in Python 3.11. await asyncio.wait( ./Users/db/venvs/websockets39/lib/python3.9/site-packages/websockets-8.1-py3.9-macosx-10.15-x86_64.egg/websockets/server.py:716: DeprecationWarning: The explicit passing of coroutine objects to asyncio.wait() is deprecated since Python 3.8, and scheduled for removal in Python 3.11. await asyncio.wait( .....
The text was updated successfully, but these errors were encountered: