diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 22:52:22 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:12 -0400 |
commit | 7ced2152d520e4858c31537e06ab2ba0a07a7569 (patch) | |
tree | cf238634b26f3c41a5fcb0fafbbe465295b38131 /gnu | |
parent | 90dd2a406db42309e87048ede38601c0af8e6612 (diff) | |
download | guix-7ced2152d520e4858c31537e06ab2ba0a07a7569.tar.gz guix-7ced2152d520e4858c31537e06ab2ba0a07a7569.zip |
gnu: Remove python2-pytest-xdist.
* gnu/packages/check.scm (python2-pytest-xdist): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/check.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 40c90a03f9..224c7e62e7 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -1476,9 +1476,6 @@ program code to a remote location, executes there, and then syncs the result back.") (license license:expat))) -(define-public python2-pytest-xdist - (package-with-python2 python-pytest-xdist)) - (define-public python-pytest-xdist-next (package/inherit python-pytest-xdist (name "python-pytest-xdist") |