dev-python/sanic: drop websockets restriction

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2021-05-30 17:50:19 +02:00
parent 6affc71a3c
commit 09a0823da0

View File

@@ -28,7 +28,6 @@ RDEPEND="
dev-python/ujson[${PYTHON_USEDEP}]
dev-python/uvloop[${PYTHON_USEDEP}]
>=dev-python/websockets-8.1[${PYTHON_USEDEP}]
<dev-python/websockets-9.0[${PYTHON_USEDEP}]
"
DEPEND="
${RDEPEND}
@@ -53,5 +52,5 @@ distutils_enable_sphinx docs \
www-servers/gunicorn
python_test() {
pytest -vv --deselect tests/test_unix_socket.py::test_zero_downtime || die
pytest -vv --deselect tests/test_unix_socket.py::test_zero_downtime tests/test_keep_alive_timeout.py::test_keep_alive_client_timeout || die
}