apteryx pushed a commit to branch version-1.4.0
in repository guix.

commit c0998159febbdf26a1dea6ef74e11e6a468e5206
Author: Sarah Morgensen <[email protected]>
AuthorDate: Mon Jul 26 19:56:41 2021 -0700

    gnu: python-scikit-learn: Remove obsolete phase.
    
    * gnu/packages/machine-learning.scm (python-scikit-learn)[arguments]
    <#:phases>: Remove 'make-files-writable phase.
    
    Signed-off-by: Maxim Cournoyer <[email protected]>
---
 gnu/packages/machine-learning.scm | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 14b0907289..fc40718ac6 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -1108,14 +1108,7 @@ computing environments.")
 
                (invoke "pytest" "sklearn" "-m" "not network"
                        ;; This test tries to access the internet.
-                       "-k" "not test_load_boston_alternative"))))
-         (add-before 'reset-gzip-timestamps 'make-files-writable
-           (lambda* (#:key outputs #:allow-other-keys)
-             ;; Make sure .gz files are writable so that the
-             ;; 'reset-gzip-timestamps' phase can do its work.
-             (let ((out (assoc-ref outputs "out")))
-               (for-each make-file-writable
-                         (find-files out "\\.gz$"))))))))
+                       "-k" "not test_load_boston_alternative")))))))
     (inputs
      (list openblas))
     (native-inputs

Reply via email to