me
/
guix
Archived
1
0
Fork 0

gnu: python-django-logging-json: Disable sanity check.

* gnu/packages/django.scm (python-django-logging-json)[arguments]: Add
 #:phases.
master
Marius Bakke 2021-12-01 00:53:09 +01:00
parent 19520996f0
commit 63975ea51c
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 5 additions and 1 deletions

View File

@ -1249,7 +1249,11 @@ FileFields during tests.")
(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)