gnu: python-pytest-django: Update to 3.1.2.
* gnu/packages/django.scm (python-pytest-django, python2-pytest-django): Update to 3.1.2.
This commit is contained in:
parent
f77d82f105
commit
919d4ad079
|
@ -129,13 +129,13 @@ with arguments to the field constructor.")
|
||||||
(define-public python-pytest-django
|
(define-public python-pytest-django
|
||||||
(package
|
(package
|
||||||
(name "python-pytest-django")
|
(name "python-pytest-django")
|
||||||
(version "2.9.1")
|
(version "3.1.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
|
||||||
"1mmc7zsz3dlhs6sx4sppkj1vgshabi362r1a8b8wpj1qfximpqcb"))))
|
"02932m2sr8x22m4az8syr8g835g4ak77varrnw71n6xakmdcr303"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; FIXME: How to run tests?
|
`(#:tests? #f ; FIXME: How to run tests?
|
||||||
|
@ -144,7 +144,7 @@ with arguments to the field constructor.")
|
||||||
(add-after 'unpack 'patch-setuppy
|
(add-after 'unpack 'patch-setuppy
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "setup.py"
|
(substitute* "setup.py"
|
||||||
(("setuptools_scm==1.8.0") "setuptools_scm"))
|
(("setuptools_scm==1.11.1") "setuptools_scm"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-django" ,python-django)
|
`(("python-django" ,python-django)
|
||||||
|
|
Loading…
Reference in New Issue