guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

101/142: gnu: python-plotly: Remove obsolete phase.


From: guix-commits
Subject: 101/142: gnu: python-plotly: Remove obsolete phase.
Date: Mon, 10 Jan 2022 13:07:29 -0500 (EST)

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

commit 1ba19f4bf1d0f429aaa9d6981bb960739fc4dc0a
Author: Sarah Morgensen <iskarian@mgsn.dev>
AuthorDate: Mon Jul 26 19:56:39 2021 -0700

    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>
---
 gnu/packages/graph.scm | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index 90f32cc23e..8810617795 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -243,14 +243,7 @@ lines.")
                (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]