guix-commits
[Top][All Lists]
Advanced

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

10/14: gnu: python-django-picklefield: Test with Django 2.2.


From: guix-commits
Subject: 10/14: gnu: python-django-picklefield: Test with Django 2.2.
Date: Wed, 5 May 2021 17:49:31 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 7cacd8c8dab02dff48a096b6c8f6c3cd4e1161bb
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed May 5 21:52:56 2021 +0200

    gnu: python-django-picklefield: Test with Django 2.2.
    
    * gnu/packages/django.scm (python-django-picklefield)[native-inputs]: Change
    from PYTHON-DJANGO to PYTHON-DJANGO-2.2.
---
 gnu/packages/django.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 2b3d07c..0299e60 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -663,7 +663,10 @@ conn_max_age argument to easily enable Django’s connection 
pool.")
                     (lambda _
                       (invoke "python" "-m" "django" "test" "-v2"
                               "--settings=tests.settings"))))))
-    (native-inputs `(("python-django" ,python-django)))
+    (native-inputs
+     ;; XXX: Picklefield has not been updated in 10+ years and fails tests
+     ;; with Django 3.2.
+     `(("python-django@2.2" ,python-django-2.2)))
     (synopsis "Pickled object field for Django")
     (description "Pickled object field for Django")
     (license license:expat)))



reply via email to

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