[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#71640] [PATCH 4/6] gnu: python-pytest-sanic: Further relax the webs
From: |
Leo Famulari |
Subject: |
[bug#71640] [PATCH 4/6] gnu: python-pytest-sanic: Further relax the websockets version requirements. |
Date: |
Tue, 18 Jun 2024 22:13:13 -0400 |
* gnu/packages/python-check.scm (python-pytest-sanic)[arguments]: Accept
PYTHON-WEBSOCKETS 12.0 in the custom 'relax-requirements' phase.
Change-Id: I279d7f98ff2f1fe3be46ffd4f06bbc3005c453b5
---
gnu/packages/python-check.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index c5607df1ec..a895c7bb2c 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -2256,7 +2256,7 @@ (define-public python-pytest-sanic
(lambda _
(substitute* "setup.py"
(("websockets.*<11.0")
- "websockets<12.0")))))))
+ "websockets<13.0")))))))
(propagated-inputs
(list python-httpx python-async-generator python-pytest
python-websockets))
--
2.41.0
- [bug#71640] yt-dlp: Update to 2024-05-27, Leo Famulari, 2024/06/18
- [bug#71640] [PATCH 1/6] gnu: yt-dlp: Don't inherit from youtube-dl., Leo Famulari, 2024/06/18
- [bug#71640] [PATCH 6/6] gnu: yt-dlp: Update to 2024.05.27., Leo Famulari, 2024/06/18
- [bug#71640] [PATCH 2/6] gnu: Add python-requests 2.31.0., Leo Famulari, 2024/06/18
- [bug#71640] [PATCH 5/6] gnu: python-websockets: Update to 12.0, Leo Famulari, 2024/06/18
- [bug#71640] [PATCH 3/6] gnu: Add python-urllib3 1.26.17., Leo Famulari, 2024/06/18
- [bug#71640] [PATCH 4/6] gnu: python-pytest-sanic: Further relax the websockets version requirements.,
Leo Famulari <=
- [bug#71640] yt-dlp: Update to 2024-05-27, Maxim Cournoyer, 2024/06/23