guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: python2-numpy: Delete file that


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: python2-numpy: Delete file that depends on deleted test.
Date: Thu, 02 Dec 2021 03:45:30 -0500

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

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

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 24832d2  gnu: python2-numpy: Delete file that depends on deleted test.
24832d2 is described below

commit 24832d2ebd16fac4f874c0c373856c46d54ffba5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Dec 2 09:44:27 2021 +0100

    gnu: python2-numpy: Delete file that depends on deleted test.
    
    This is a follow-up to commit ec4892c742ff4e2f00d0fc2595843890ef16afa3.
    
    * gnu/packages/python-xyz.scm (python2-numpy)[arguments]: Also delete a 
second
    test file that depends on the previously deleted test file.
---
 gnu/packages/python-xyz.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5fe19ac..22d085a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5366,7 +5366,9 @@ capabilities.")
              (add-after 'unpack 'delete-failing-test
                (lambda _
                  ;; There's just one failing test here.
-                 (delete-file "numpy/linalg/tests/test_linalg.py")))))))
+                 (delete-file "numpy/linalg/tests/test_linalg.py")
+                 ;; ...and this one depends on the previous one.
+                 (delete-file 
"numpy/matrixlib/tests/test_matrix_linalg.py")))))))
       (native-inputs
        `(("python-cython" ,python2-cython)
          ("python-pytest" ,python2-pytest)



reply via email to

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