lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit 70563fbdafe96612756526309d3a73ec4562a035
Author: Lars-Dominik Braun <[email protected]>
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 _