mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-02 15:25:54 +02:00
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.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user