guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 8fe3a034e90ccbd2e9ba06ac5ee612456eb3a388
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 849e8a88d4..897ef18115 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -8632,7 +8632,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 _