guix-commits
[Top][All Lists]
Advanced

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

09/24: gnu: python-django-logging-json: Disable sanity check.


From: guix-commits
Subject: 09/24: gnu: python-django-logging-json: Disable sanity check.
Date: Sun, 5 Dec 2021 08:16:25 -0500 (EST)

mbakke pushed a commit to branch core-updates-frozen
in repository guix.

commit 63975ea51c3eacd3d036d26584fdf86dc9846a66
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Dec 1 00:53:09 2021 +0100

    gnu: python-django-logging-json: Disable sanity check.
    
    * gnu/packages/django.scm (python-django-logging-json)[arguments]: Add
     #:phases.
---
 gnu/packages/django.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index c3af347..382207b 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -1249,7 +1249,11 @@ FileFields during tests.")
                (base32
                 "06041a8icazzp73kg93c7k1ska12wvkq7fpcad0l0sm1qnxx5yx7"))))
     (build-system python-build-system)
-    (arguments '(#:tests? #f))          ;no tests
+    (arguments
+     '(#:tests? #f                      ;no tests
+       #:phases (modify-phases %standard-phases
+                  ;; Importing this module requires a Django project.
+                  (delete 'sanity-check))))
     (propagated-inputs
      `(("python-certifi" ,python-certifi)
        ("python-django" ,python-django)



reply via email to

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