guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 56ab10419b59a986ba7cda2a11b1650756d31288
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Sep 21 16:48:39 2025 +0200
gnu: python-django-q-rollbar: Disable tests.
* gnu/packages/django.scm (python-django-q-rollbar)
[arguments]<#:tests?>: Disable them.
Change-Id: Ie23a879180d2bd8284a45790f526b5218926a907
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/django.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 864d292f86..f61d5e70db 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -1307,6 +1307,8 @@ Django Q, dependencies updates, docs updates and several
bug fixes.")
(build-system pyproject-build-system)
(arguments
(list
+ ;; XXX: No tests in Pypi archive, unclear how to get it from git.
+ #:tests? #f
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'use-poetry-core