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:
Marius Bakke 2018-02-01 16:15:39 +01:00
parent 7d1986c49f
commit 04941fc550
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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