aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/django.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2016-12-14 12:40:13 +0100
committerMarius Bakke <mbakke@fastmail.com>2016-12-14 12:40:13 +0100
commit281cc11c8e33c1e1a558cc2bf4af924881f55c40 (patch)
treeda2b132fe0e6b599e5510c0bdcc90b50e4f41ac2 /gnu/packages/django.scm
parentea8907c5d5df89b26d67a7b067cb8c341714ed9b (diff)
downloadguix-281cc11c8e33c1e1a558cc2bf4af924881f55c40.tar
guix-281cc11c8e33c1e1a558cc2bf4af924881f55c40.tar.gz
gnu: python-django-simple-math-captcha: Disable tests.
* gnu/packages/django.scm (python-django-simple-math-captcha, python2-django-simple-math-captcha)[arguments]: Set #:tests? #f.
Diffstat (limited to 'gnu/packages/django.scm')
-rw-r--r--gnu/packages/django.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index bbb2d71db1..93fc42f96f 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -106,6 +106,10 @@ to the @dfn{don't repeat yourself} (DRY) principle.")
(base32
"0906hms6y6znjhpd0g4wmzv9vcla4brkdpsm4zha9zdj8g5vq2hd"))))
(build-system python-build-system)
+ (arguments
+ ;; FIXME: Upstream uses a 'runtests.py' script that is not
+ ;; present in the pypi tarball.
+ '(#:tests? #f))
(propagated-inputs
`(("python-django" ,python-django)))
(home-page "https://github.com/alsoicode/django-simple-math-captcha")