guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: python-graphql-relay: Skip the test phase.


From: Leo Famulari
Subject: 02/03: gnu: python-graphql-relay: Skip the test phase.
Date: Tue, 16 Jan 2018 19:18:56 -0500 (EST)

lfam pushed a commit to branch core-updates
in repository guix.

commit dce2ad69538ee95d789b7efb2d7a483cbfb06bcb
Author: Leo Famulari <address@hidden>
Date:   Tue Jan 16 15:30:04 2018 -0800

    gnu: python-graphql-relay: Skip the test phase.
    
    * gnu/packages/python.scm (python-graphql-relay,
    python2-graphql-relay)[arguments]: Set #:tests? #f
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 0489b15..e1216eb 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9578,8 +9578,8 @@ to Python.")
          (base32
           "1nv5dxcj59zv31qvl8bd142njmxcmymny2dz3br1l2cpbljbf5i7"))))
     (build-system python-build-system)
-    (native-inputs
-     `(("python-pytest" ,python-pytest)))
+    (arguments
+     '(#:tests? #f)) ; The tests are not distributed
     (propagated-inputs
      `(("python-graphql-core" ,python-graphql-core)
        ("python-promise" ,python-promise)



reply via email to

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