gnu: python-pytest-xdist-next: Update to 2.5.0.
* gnu/packages/check.scm (python-pytest-xdist-next): Update to 2.5.0. [propagated-inputs]: replace python-pytest-forked with python-pytest-forked-next.master
parent
44dc0f0f0b
commit
59e51d8f1c
|
@ -1483,18 +1483,16 @@ result back.")
|
||||||
(define-public python-pytest-xdist-next
|
(define-public python-pytest-xdist-next
|
||||||
(package/inherit python-pytest-xdist
|
(package/inherit python-pytest-xdist
|
||||||
(name "python-pytest-xdist")
|
(name "python-pytest-xdist")
|
||||||
(version "2.3.0")
|
(version "2.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pytest-xdist" version))
|
(uri (pypi-uri "pytest-xdist" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19cy57jrf3pwi7x6fnbxryjvqagsl0yv736jnynvr3yqhlpxxv78"))))
|
"1psf5dqxvc38qzxvc305mkg5xpdmdkbkkfiyqlmdnkgh7z5dx025"))))
|
||||||
(propagated-inputs
|
(propagated-inputs (list python-execnet python-pytest
|
||||||
`(("python-execnet" ,python-execnet)
|
python-pytest-forked-next))))
|
||||||
("python-pytest" ,python-pytest-6)
|
|
||||||
("python-pytest-forked" ,python-pytest-forked)))))
|
|
||||||
|
|
||||||
(define-public python-pytest-timeout
|
(define-public python-pytest-timeout
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue