guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python-pafy: Disable tests.


From: Leo Famulari
Subject: 01/02: gnu: python-pafy: Disable tests.
Date: Fri, 18 Nov 2016 20:16:54 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit ed3fee5f7bdf6132d6af2a9e25fab76e02a267b3
Author: ng0 <address@hidden>
Date:   Wed Nov 16 12:27:56 2016 +0000

    gnu: python-pafy: Disable tests.
    
    * gnu/packages/python.scm (python-pafy): Disable tests.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/python.scm |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 18e485a..7cf1e7c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1620,6 +1620,8 @@ standard library.")
         (base32
          "1ckvrypyvb7jbqlgwdz0y337ajagjv7dgxyns326nqwypn1wpq0i"))))
     (build-system python-build-system)
+    (arguments
+     `(#:tests? #f)) ; Currently pafy can not find itself in the tests
     (propagated-inputs
      ;; Youtube-dl is a python package which is imported in the file
      ;; "backend_youtube_dl.py", therefore it needs to be propagated.



reply via email to

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