me
/
guix
Archived
1
0
Fork 0

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.
master
Marius Bakke 2016-12-14 12:40:13 +01:00
parent ea8907c5d5
commit 281cc11c8e
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 4 additions and 0 deletions

View File

@ -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")