mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
a7eaafb763
commit
6561ff2096
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue