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

commit c8785295cefab85fc2c246b8e624cf4055ba891d
Author: Sharlatan Hellseher <sharlata...@gmail.com>
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 5dc721ef6f..4ccfcde6d8 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -8596,7 +8596,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