guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit da06fff2ad85d20828cc1695ee08c57d373ddba8
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 17341518d9..6b16d9d25f 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -8689,7 +8689,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 _