gnu: python-plotly: Remove obsolete phase.
* gnu/packages/graph.scm (python-plotly)[arguments]<#:phases>: Remove 'make-files-writable phase. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
21566bfd49
commit
1ba19f4bf1
1 changed files with 1 additions and 8 deletions
|
@ -243,14 +243,7 @@ (define-public python-plotly
|
||||||
(invoke "pytest" "-x" "plotly/tests/test_io")
|
(invoke "pytest" "-x" "plotly/tests/test_io")
|
||||||
;; FIXME: Add optional dependencies and enable their tests.
|
;; FIXME: Add optional dependencies and enable their tests.
|
||||||
;; (invoke "pytest" "-x" "plotly/tests/test_optional")
|
;; (invoke "pytest" "-x" "plotly/tests/test_optional")
|
||||||
(invoke "pytest" "_plotly_utils/tests"))
|
(invoke "pytest" "_plotly_utils/tests")))))))
|
||||||
#t))
|
|
||||||
(add-before 'reset-gzip-timestamps 'make-files-writable
|
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
|
||||||
(let ((out (assoc-ref outputs "out")))
|
|
||||||
(for-each (lambda (file) (chmod file #o644))
|
|
||||||
(find-files out "\\.gz"))
|
|
||||||
#t))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-ipywidgets python-pytest python-xarray))
|
(list python-ipywidgets python-pytest python-xarray))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue