mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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")
|
||||
;; FIXME: Add optional dependencies and enable their tests.
|
||||
;; (invoke "pytest" "-x" "plotly/tests/test_optional")
|
||||
(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))))))
|
||||
(invoke "pytest" "_plotly_utils/tests")))))))
|
||||
(native-inputs
|
||||
(list python-ipywidgets python-pytest python-xarray))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue