me
/
guix
Archived
1
0
Fork 0

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.
master
Marius Bakke 2021-05-05 21:52:56 +02:00
parent 3239a2d5a5
commit 7cacd8c8da
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 4 additions and 1 deletions

View File

@ -663,7 +663,10 @@ conn_max_age argument to easily enable Djangos 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)))