summaryrefslogtreecommitdiff
path: root/gnu/packages/check.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 22:52:22 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:12 -0400
commit7ced2152d520e4858c31537e06ab2ba0a07a7569 (patch)
treecf238634b26f3c41a5fcb0fafbbe465295b38131 /gnu/packages/check.scm
parent90dd2a406db42309e87048ede38601c0af8e6612 (diff)
downloadguix-patches-7ced2152d520e4858c31537e06ab2ba0a07a7569.tar
guix-patches-7ced2152d520e4858c31537e06ab2ba0a07a7569.tar.gz
gnu: Remove python2-pytest-xdist.
* gnu/packages/check.scm (python2-pytest-xdist): Delete variable.
Diffstat (limited to 'gnu/packages/check.scm')
-rw-r--r--gnu/packages/check.scm3
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")