gnu: python-pytest-django: Update to 4.5.2.
* gnu/packages/django.scm (python-pytest-django): Update to 4.5.2. [native-inputs]: Remove PYTHON-DJANGO and PYTHON-PYTEST-XDIST.
This commit is contained in:
parent
b8113fce02
commit
1af18a07d3
@ -424,13 +424,13 @@ size and quality.")
|
|||||||
(define-public python-pytest-django
|
(define-public python-pytest-django
|
||||||
(package
|
(package
|
||||||
(name "python-pytest-django")
|
(name "python-pytest-django")
|
||||||
(version "4.4.0")
|
(version "4.5.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pytest-django" version))
|
(uri (pypi-uri "pytest-django" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mglnz0w6k7dgw1jn6giv56pmdjd6a3zwwkhxb2kyzmzk0viw5xm"))))
|
"1hp61jbnnhnjxzdrz9ni08lzrv8q7iiycnnxvcwnkhxpkdsny1yr"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; The test suite is disabled because there are many test failures (see:
|
;; The test suite is disabled because there are many test failures (see:
|
||||||
@ -454,7 +454,7 @@ size and quality.")
|
|||||||
" and not test_urls_cache_is_cleared")))
|
" and not test_urls_cache_is_cleared")))
|
||||||
(format #t "test suite not run~%")))))))
|
(format #t "test suite not run~%")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-django python-setuptools-scm python-pytest-xdist))
|
(list python-setuptools-scm))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-pytest))
|
(list python-pytest))
|
||||||
(home-page "https://pytest-django.readthedocs.org/")
|
(home-page "https://pytest-django.readthedocs.org/")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user