From 24832d2ebd16fac4f874c0c373856c46d54ffba5 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 2 Dec 2021 09:44:27 +0100 Subject: 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 5fe19acb37..22d085ab43 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) -- cgit v1.2.3