diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 14:45:22 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:25 -0400 |
commit | 7ebb6b7b2b0806c605c88f80811a633cf153c2e5 (patch) | |
tree | bb626ddc9047ec16d897d4cbcec8ed9fdbab7b18 /gnu/packages | |
parent | 32ec89285fdf36fd55c46b797b468c8c20f7c666 (diff) |
gnu: Remove python2-pytest-cache.
* gnu/packages/check.scm (python2-pytest-cache): Delete variable.
Diffstat (limited to 'gnu/packages')
-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 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") |