diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-12 18:59:29 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-09 17:03:56 +0200 |
commit | 258ff7ca5589e0f4064f9ff8887db789b09a41d5 (patch) | |
tree | b07551aacffe0b9a446eca185d7fece827b686da /gnu/packages/check.scm | |
parent | 429bbef8496cb2e21509f162de21496e446f78fc (diff) | |
download | guix-258ff7ca5589e0f4064f9ff8887db789b09a41d5.tar.gz |
gnu: Remove python-pytest-xdist-next.
* gnu/packages/check.scm (python-pytest-xdist-next): Remove variable.
Diffstat (limited to 'gnu/packages/check.scm')
-rw-r--r-- | gnu/packages/check.scm | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 6653326c18..1e18245234 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -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") |