guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: python-django-simple-math-captcha: Disable tests.


From: Marius Bakke
Subject: 01/02: gnu: python-django-simple-math-captcha: Disable tests.
Date: Wed, 14 Dec 2016 11:44:29 +0000 (UTC)

mbakke pushed a commit to branch python-tests
in repository guix.

commit 281cc11c8e33c1e1a558cc2bf4af924881f55c40
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 14 12:40:13 2016 +0100

    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.
---
 gnu/packages/django.scm |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index bbb2d71..93fc42f 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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]