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
|
@ -62,7 +62,7 @@
|
||||||
(zero? (system* "python" "tests/runtests.py")))))))
|
(zero? (system* "python" "tests/runtests.py")))))))
|
||||||
;; TODO: Install extras/django_bash_completion.
|
;; TODO: Install extras/django_bash_completion.
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("tzdata", tzdata)
|
`(("tzdata", tzdata-for-tests)
|
||||||
;; bcrypt and argon2-cffi are extra requirements not yet in guix
|
;; bcrypt and argon2-cffi are extra requirements not yet in guix
|
||||||
;;("python-argon2-cffi" ,python-argon2-cffi) ; >= 16.1.0
|
;;("python-argon2-cffi" ,python-argon2-cffi) ; >= 16.1.0
|
||||||
;;("python-bcrypt" ,python-bcrypt) ; not py-bcrypt!
|
;;("python-bcrypt" ,python-bcrypt) ; not py-bcrypt!
|
||||||
|
|
Loading…
Reference in New Issue