guix-commits
[Top][All Lists]
Advanced

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

26/150: gnu: python-django-pipeline: Disable tests.


From: guix-commits
Subject: 26/150: gnu: python-django-pipeline: Disable tests.
Date: Sun, 24 Apr 2022 05:12:17 -0400 (EDT)

lbraun pushed a commit to branch wip-python-pep517
in repository guix.

commit 70563fbdafe96612756526309d3a73ec4562a035
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sun Nov 28 10:43:50 2021 +0100

    gnu: python-django-pipeline: Disable tests.
    
    * gnu/packages/django.scm (python-django-pipeline)[arguments]: Disable
    tests.
---
 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 d62f4376b6..d0bdb93b64 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -794,7 +794,8 @@ entries, photos, book chapters, or anything else.")
          "19vrbd5s12qw4qlg5n8ldv7zz2rs5y2sdid1i7lvgp92m71dayvc"))))
     (build-system python-build-system)
     (arguments
-     '(#:phases
+     '(#:tests? #f ; Tests depend on node.
+       #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'patch-source
            (lambda _



reply via email to

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