guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: python-pytest-django: Disable tests.


From: Marius Bakke
Subject: 02/04: gnu: python-pytest-django: Disable tests.
Date: Thu, 15 Dec 2016 17:43:54 +0000 (UTC)

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

commit 1f31a5e0bfd0287e5dcc6bcccd0e70474904e3cf
Author: Marius Bakke <address@hidden>
Date:   Thu Dec 15 18:19:34 2016 +0100

    gnu: python-pytest-django: Disable tests.
    
    * gnu/packages/django.scm (python-pytest-django,
      python2-pytest-django)[arguments]: Set #:tests? #f.
---
 gnu/packages/django.scm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 415ee60..106d18a 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -135,7 +135,8 @@ with arguments to the field constructor.")
                 "1mmc7zsz3dlhs6sx4sppkj1vgshabi362r1a8b8wpj1qfximpqcb"))))
     (build-system python-build-system)
     (arguments
-     `(#:phases
+     `(#:tests? #f ; FIXME: How to run tests?
+       #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'patch-setuppy
            (lambda _



reply via email to

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