summaryrefslogtreecommitdiff
path: root/gnu/packages/check.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 14:45:22 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:52:25 -0400
commit7ebb6b7b2b0806c605c88f80811a633cf153c2e5 (patch)
treebb626ddc9047ec16d897d4cbcec8ed9fdbab7b18 /gnu/packages/check.scm
parent32ec89285fdf36fd55c46b797b468c8c20f7c666 (diff)
downloadguix-patches-7ebb6b7b2b0806c605c88f80811a633cf153c2e5.tar
guix-patches-7ebb6b7b2b0806c605c88f80811a633cf153c2e5.tar.gz
gnu: Remove python2-pytest-cache.
* gnu/packages/check.scm (python2-pytest-cache): 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 9172888751..69644aefec 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2059,9 +2059,6 @@ the last py.test invocation.")
(home-page "https://bitbucket.org/hpk42/pytest-cache/")
(license license:expat)))
-(define-public python2-pytest-cache
- (package-with-python2 python-pytest-cache))
-
(define-public python-pytest-localserver
(package
(name "python-pytest-localserver")