diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-18 00:02:58 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:35:50 +0100 |
| commit | eaa7916ae99f4d07b000d531f88daa4c64c5a3f1 (patch) | |
| tree | 5d7934ff8f5449b7925e5d81c63b4fc4d9f545bb /gnu/packages/python-web.scm | |
| parent | fb8e47c541a1e2d91e2dd80e31828cf64ed783b0 (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.scm | 3 |
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 _ |
