~ruther/guix-local

ed3fee5f7bdf6132d6af2a9e25fab76e02a267b3 — ng0 9 years ago 01278f1
gnu: python-pafy: Disable tests.

* gnu/packages/python.scm (python-pafy): Disable tests.

Signed-off-by: Leo Famulari <leo@famulari.name>
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +2 -0
@@ 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.