public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sanic/
Date: Sun, 30 May 2021 15:53:31 +0000 (UTC)	[thread overview]
Message-ID: <1622389997.09a0823da05e832c53bac65aaf7f56c0d48ae39f.andrewammerlaan@gentoo> (raw)

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
 }


WARNING: multiple messages have this Message-ID (diff)
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/sanic/
Date: Sun, 30 May 2021 15:53:35 +0000 (UTC)	[thread overview]
Message-ID: <1622389997.09a0823da05e832c53bac65aaf7f56c0d48ae39f.andrewammerlaan@gentoo> (raw)
Message-ID: <20210530155335.uGZvnkQf77SUth-tNBetajYulwuJ6s0fArzB-RZ4g4Y@z> (raw)

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
 }


             reply	other threads:[~2021-05-30 15:53 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-30 15:53 Andrew Ammerlaan [this message]
2021-05-30 15:53 ` [gentoo-commits] repo/proj/guru:master commit in: dev-python/sanic/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2022-03-15  2:49 [gentoo-commits] repo/proj/guru:dev " Alessandro Barbieri
2021-06-28 13:34 Alessandro Barbieri
2021-06-27 23:25 Alessandro Barbieri
2021-05-30 15:53 Andrew Ammerlaan
2021-05-27 14:48 Alessandro Barbieri
2020-11-28 13:57 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-11-28 13:46 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-11-26 12:10 Andrew Ammerlaan
2020-06-30 19:19 Andrew Ammerlaan
2020-06-09 16:37 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-06-09 14:37 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-05-18 15:41 Alessandro Barbieri
2020-03-29 13:21 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-03-29 13:21 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-29  9:36 Alessandro Barbieri

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1622389997.09a0823da05e832c53bac65aaf7f56c0d48ae39f.andrewammerlaan@gentoo \
    --to=andrewammerlaan@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox