summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-18 00:02:58 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:35:50 +0100
commiteaa7916ae99f4d07b000d531f88daa4c64c5a3f1 (patch)
tree5d7934ff8f5449b7925e5d81c63b4fc4d9f545bb /gnu/packages/python-web.scm
parentfb8e47c541a1e2d91e2dd80e31828cf64ed783b0 (diff)
gnu: python-websockets: Set test backend.
* gnu/packages/python-web.scm (python-websockets) [arguments] <test-backend>: Use 'unittest. Change-Id: I845e5f1634ce5052accd395062f41b0d184e425c
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index eef41b79001..a4093b59b15 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -8768,7 +8768,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 _