mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-websockets: Set test backend.
* gnu/packages/python-web.scm (python-websockets) [arguments] <test-backend>: Use 'unittest. Change-Id: I845e5f1634ce5052accd395062f41b0d184e425c
This commit is contained in:
parent
fb8e47c541
commit
eaa7916ae9
1 changed files with 2 additions and 1 deletions
|
@ -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 _
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue