[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)))
- branch master updated (1ca0a9a -> 2bb74d8), guix-commits, 2021/05/05
- 01/14: gnu: uBlock Origin: Update to 1.35.2., guix-commits, 2021/05/05
- 04/14: gnu: python-bcrypt: Update to 3.2.0., guix-commits, 2021/05/05
- 05/14: gnu: python-asgiref: Update to 3.3.4., guix-commits, 2021/05/05
- 06/14: gnu: python-netaddr: Update to 0.8.0., guix-commits, 2021/05/05
- 02/14: gnu: python-sqlparse: Update to 0.4.1., guix-commits, 2021/05/05
- 03/14: gnu: python-django-auth-ldap: Update to 2.4.0., guix-commits, 2021/05/05
- 07/14: gnu: python-cached-property: Update to 1.5.2., guix-commits, 2021/05/05
- 08/14: gnu: python-sqlparse: Remove unnecessary runtime dependencies., guix-commits, 2021/05/05
- 09/14: gnu: python-django-debug-toolbar: Update to 3.2.1., guix-commits, 2021/05/05
- 10/14: gnu: python-django-picklefield: Test with Django 2.2.,
guix-commits <=
- 11/14: gnu: python-djangorestframework: Update to 3.12.4., guix-commits, 2021/05/05
- 12/14: gnu: python-django: Support '--without-tests'., guix-commits, 2021/05/05
- 14/14: gnu: python-django: Disable django-admin wrapper., guix-commits, 2021/05/05
- 13/14: gnu: python-django: Update to 3.2.1., guix-commits, 2021/05/05