guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 61582f82ffb91d609f20adcbda8122490ba6b48d
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 5cc9be1ffd..3cb47d0b61 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -8748,7 +8748,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 _

Reply via email to