gnu: python-django-environ: Fix build. * gnu/packages/django.scm (python-django-environ): Fix build. [arguments]<:#test-flags>: Skip test that fails on Python 3.11.14. Merges guix/guix!5424 Change-Id: I021ec1d58cd421807b65056edd77673f3ed0b169 Signed-off-by: Cayetano Santos <csantosb@inventati.org>
1 files changed, 6 insertions(+), 0 deletions(-) M gnu/packages/django.scm
M gnu/packages/django.scm => gnu/packages/django.scm +6 -0
@@ 2061,6 2061,12 @@ image files already supported by it.") (sha256 (base32 "06h4g50qy1h77b4n28xbyzl2wvsblzs9qi63d7kvvm9x8n8whz92")))) (build-system pyproject-build-system) (arguments (list ;; Skip test that fails on later Python versions; code itself seems fine. ;; See: <https://github.com/joke2k/django-environ/issues/574>. #:test-flags #~(list "-k" "not test_db_parsing"))) (native-inputs (list python-pytest python-setuptools python-wheel))