mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: python-django-logging-json: Disable sanity check.
* gnu/packages/django.scm (python-django-logging-json)[arguments]: Add #:phases.
This commit is contained in:
parent
19520996f0
commit
63975ea51c
1 changed files with 5 additions and 1 deletions
|
@ -1249,7 +1249,11 @@ (define-public python-django-logging-json
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue