mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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 <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
b67d82972e
commit
18e872b805
1 changed files with 1 additions and 8 deletions
|
@ -1108,14 +1108,7 @@ computing environments.")
|
||||||
|
|
||||||
(invoke "pytest" "sklearn" "-m" "not network"
|
(invoke "pytest" "sklearn" "-m" "not network"
|
||||||
;; This test tries to access the internet.
|
;; This test tries to access the internet.
|
||||||
"-k" "not test_load_boston_alternative"))))
|
"-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$"))))))))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list openblas))
|
(list openblas))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue