fix-#1856: adjust websockets version to setup.py and make nightly (py39) tests pass (#1857)

* fix-#1856: adjust websockets version to setup.py and make nightly (py39) tests pass

* fix-#1856: set min websockets version to 8.1

* fix-#1856: suppress timeout for CI to pass

* fix-#1856: timeout -> close_timeout due to deprecation warning

Co-authored-by: Adam Hopkins <admhpkns@gmail.com>
Co-authored-by: 7 <yunxu1992@gmail.com>
This commit is contained in:
David Bordeynik
2020-06-28 08:43:12 +03:00
committed by GitHub
parent bedf68a9b2
commit 1b324ae981
4 changed files with 7 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ deps =
gunicorn
pytest-benchmark
uvicorn
websockets>=7.0,<8.0
websockets>=8.1,<9.0
commands =
pytest {posargs:tests --cov sanic}
- coverage combine --append