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 <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-09-21 16:48:39 +02:00 committed by Sharlatan Hellseher
parent a7eaafb763
commit 6561ff2096
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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