me
/
guix
Archived
1
0
Fork 0

gnu: Remove python-pytest-xdist-next.

* gnu/packages/check.scm (python-pytest-xdist-next): Remove variable.
master
Marius Bakke 2022-08-12 18:59:29 +02:00
parent 429bbef849
commit 258ff7ca55
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 0 additions and 14 deletions

View File

@ -1345,20 +1345,6 @@ program code to a remote location, executes there, and then syncs the
result back.")
(license license:expat)))
(define-public python-pytest-xdist-next
(package/inherit python-pytest-xdist
(name "python-pytest-xdist")
(version "2.5.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytest-xdist" version))
(sha256
(base32
"1psf5dqxvc38qzxvc305mkg5xpdmdkbkkfiyqlmdnkgh7z5dx025"))))
(propagated-inputs (list python-execnet python-pytest
python-pytest-forked-next))))
(define-public python-pytest-timeout
(package
(name "python-pytest-timeout")