summaryrefslogtreecommitdiff
path: root/gnu/packages/check.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-01 01:39:47 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:45 -0400
commitfa4800461458e44196d9399b7880a69730933966 (patch)
tree59cfaa9b7098f47163a6d44d7bb9452e5f9d3fef /gnu/packages/check.scm
parent1c09ed37211d983d04e626d736df8f69f504630d (diff)
downloadguix-patches-fa4800461458e44196d9399b7880a69730933966.tar
guix-patches-fa4800461458e44196d9399b7880a69730933966.tar.gz
gnu: Remove python2-pytest-runner.
* gnu/packages/check.scm (python2-pytest-runner): 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 8b77bf77ce..a4e505d494 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1327,9 +1327,6 @@ Python's @code{random.seed}.")
@file{setup.py} files can use to run tests.")
(license license:expat)))
-(define-public python2-pytest-runner
- (package-with-python2 python-pytest-runner))
-
(define-public python-pytest-lazy-fixture
(package
(name "python-pytest-lazy-fixture")