guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 0cfcf946f04f38ea2034ed61ce4fecacb05bf5aa
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jul 18 00:02:58 2025 +0100
gnu: python-websockets: Set test backend.
* gnu/packages/python-web.scm (python-websockets) [arguments]
<test-backend>: Use 'unittest.
Change-Id: I845e5f1634ce5052accd395062f41b0d184e425c
---
gnu/packages/python-web.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 344a4ab83f..29004b869f 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -8749,7 +8749,8 @@ files.")
"1dx3rf6fmg4ir9cfcn1fil446qz879cwrjq2rcz5zvl71xkw6hb3"))))
(build-system pyproject-build-system)
(arguments
- (list #:phases
+ (list #:test-backend #~'unittest
+ #:phases
#~(modify-phases %standard-phases
(add-before 'check 'extend-test-timeout
(lambda _