guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: python-trio: Run pytest on tests direc


From: guix-commits
Subject: branch core-updates updated: gnu: python-trio: Run pytest on tests directory only.
Date: Thu, 30 Mar 2023 07:04:51 -0400

This is an automated email from the git hooks/post-receive script.

lbraun pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new cf26ee1f99 gnu: python-trio: Run pytest on tests directory only.
cf26ee1f99 is described below

commit cf26ee1f99f84f817f96269541073846d546026b
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Thu Mar 30 13:01:25 2023 +0200

    gnu: python-trio: Run pytest on tests directory only.
    
    Failing to do so causes cryptic module load errors.
    
    * gnu/packages/python-xyz.scm (python-trio)[arguments]: Add path parameter
    to invoke.
---
 gnu/packages/python-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6a9ea04840..c11b9a9d65 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24613,7 +24613,8 @@ project.")
                          ;; OSError: protocol not found.
                          " and not test_getprotobyname"
                          ;; EOFError: Ran out of input.
-                         " and not test_static_tool_sees_all_symbols"))))))))
+                         " and not test_static_tool_sees_all_symbols")
+                        "trio/tests")))))))
     (native-inputs
      (list python-astor
            python-ipython



reply via email to

[Prev in Thread] Current Thread [Next in Thread]