commit: 09a0823da05e832c53bac65aaf7f56c0d48ae39f
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun May 30 15:50:19 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun May 30 15:53:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=09a0823d
dev-python/sanic: drop websockets restriction
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/sanic/sanic-21.3.4.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/sanic/sanic-21.3.4.ebuild
b/dev-python/sanic/sanic-21.3.4.ebuild
index bc79bf25f..fc0e5353b 100644
--- a/dev-python/sanic/sanic-21.3.4.ebuild
+++ b/dev-python/sanic/sanic-21.3.4.ebuild
@@ -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
}