guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-nbconvert: Disable tests.


From: Marius Bakke
Subject: 01/01: gnu: python-nbconvert: Disable tests.
Date: Wed, 14 Dec 2016 12:00:55 +0000 (UTC)

mbakke pushed a commit to branch python-tests
in repository guix.

commit 497355dc09449426ef4fda521433002ec93c4796
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 14 12:59:40 2016 +0100

    gnu: python-nbconvert: Disable tests.
    
    * gnu/packages/python.scm (python-nbconvert, python2-nbconvert)[arguments]:
    Set #:tests? #f.
    [native-inputs]: Add python-pytest.
---
 gnu/packages/python.scm |   16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 9b7d5d9..540a988 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6911,9 +6911,19 @@ functions to find and load entry points.")
         (base32
          "0brclbb18l4nmd5qy3dl9wn05rjdh1fz4rmzdlfqacj12rcdvdgp"))))
     (build-system python-build-system)
-    ;; The "bdist_egg" target is disabled by default, causing the installation
-    ;; to fail.
-    (arguments `(#:configure-flags (list "bdist_egg")))
+    (arguments
+     `(;; The "bdist_egg" target is disabled by default, causing the 
installation
+       ;; to fail.
+       #:configure-flags (list "bdist_egg")
+       ;; FIXME: 5 failures, 40 errors.
+       #:tests? #f))
+       ;; #:phases
+       ;; (modify-phases %standard-phases
+       ;;   (replace 'check
+       ;;     (lambda _
+       ;;       (zero? (system* "py.test" "-v")))))
+    (native-inputs
+     `(("python-pytest" ,python-pytest)))
     (propagated-inputs
      `(("python-bleach" ,python-bleach)
        ("python-entrypoints" ,python-entrypoints)



reply via email to

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