gnu: python-django-ninja: Update to 1.4.3.

* gnu/packages/django.scm (python-django-ninja): Update to 1.4.3.
[arguments]<#:test-flags>: Enable all tests.
[propagated-inputs]: Replace python-pydantic by python-pydantic-2.

Change-Id: I64c50d8cbbec7f26bd50d4649d8d9e50febc05f7
This commit is contained in:
Vinicius Monego 2025-07-14 19:48:33 -03:00
parent 6e7b43cbc3
commit e6ca7ea0ed
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -899,19 +899,16 @@ entries, photos, book chapters, or anything else.")
(define-public python-django-ninja
(package
(name "python-django-ninja")
(version "0.22.2")
(version "1.4.3")
(source (origin
(method url-fetch)
(uri (pypi-uri "django_ninja" version))
(sha256
(base32
"0b19w7nvw7c3z19dbza49m24c3384j59w2xcr5l6jshxazkvsgli"))))
"0f5hgjkavvk1csb1yl34scqai3ljjhh93k5kbqm8s8hclry4fvg4"))))
(build-system pyproject-build-system)
(arguments
;; FIXME: How to configure this test properly?
(list #:test-flags #~'("-k" "not test_improperly_configured")))
(propagated-inputs
(list python-django python-pydantic))
(list python-django python-pydantic-2))
(native-inputs
(list python-flit-core
python-psycopg2