guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: python-django: Use the test-only tzdata package for tests.


From: Marius Bakke
Subject: 02/02: gnu: python-django: Use the test-only tzdata package for tests.
Date: Thu, 1 Feb 2018 15:35:57 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 04941fc550431a551ec377ed71d7d040712a4fb5
Author: Marius Bakke <address@hidden>
Date:   Thu Feb 1 16:15:39 2018 +0100

    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.
---
 gnu/packages/django.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index b653ac8..3864cc8 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -62,7 +62,7 @@
              (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!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]