From a31e2f1a56ed0495698ad0355db7f6caef3cc8b3 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Wed, 15 Feb 2017 09:11:05 +0100 Subject: gnu: python-sphinx-cloud-sptheme: Explicitly disable tests. * gnu/packages/python.scm (python-sphinx-cloud-sptheme, python2-sphinx-cloud-sptheme)[arguments]: New field. --- gnu/packages/python.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 315d741b7f..39fd58716e 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -12240,6 +12240,8 @@ English stemmer.") (base32 "0zm9ap4p5dzln8f1m2immadaxv2xpg8jg4w53y52rhfl7pdb58vy")))) (build-system python-build-system) + ;; FIXME: The 'pypi' release archive does not contain tests. + (arguments '(#:tests? #f)) (native-inputs `(("python-sphinx" ,python-sphinx))) (home-page "https://bitbucket.org/ecollins/cloud_sptheme") -- cgit v1.2.3