mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: python-pytest-sanic: Further relax the websockets version requirements.
* gnu/packages/python-check.scm (python-pytest-sanic)[arguments]: Accept PYTHON-WEBSOCKETS 12.0 in the custom 'relax-requirements' phase. Change-Id: I279d7f98ff2f1fe3be46ffd4f06bbc3005c453b5
This commit is contained in:
parent
6c6670d909
commit
87af8642a8
1 changed files with 1 additions and 1 deletions
|
@ -2363,7 +2363,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))
|
||||
|
|
Loading…
Reference in a new issue