gnu: python-django: Use the test-only tzdata package for tests.
* gnu/packages/django.scm (python-django)[native-inputs]: Replace TZDATA with TZDATA-FOR-TESTS.
This commit is contained in:
parent
7d1986c49f
commit
04941fc550
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ (define-public python-django
|
|||
(zero? (system* "python" "tests/runtests.py")))))))
|
||||
;; TODO: Install extras/django_bash_completion.
|
||||
(native-inputs
|
||||
`(("tzdata", tzdata)
|
||||
`(("tzdata", tzdata-for-tests)
|
||||
;; bcrypt and argon2-cffi are extra requirements not yet in guix
|
||||
;;("python-argon2-cffi" ,python-argon2-cffi) ; >= 16.1.0
|
||||
;;("python-bcrypt" ,python-bcrypt) ; not py-bcrypt!
|
||||
|
|
Loading…
Reference in a new issue