summaryrefslogtreecommitdiff
path: root/gnu/packages/check.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 13:41:57 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:52:21 -0400
commit6e763df31c458db3fd628b80ef121a30d73ae286 (patch)
tree925de98e4d811755a5b86ef134cea769b24243ab /gnu/packages/check.scm
parentaf6d88c803f2338cf199ec76f65e8fd25f774fe6 (diff)
downloadguix-patches-6e763df31c458db3fd628b80ef121a30d73ae286.tar
guix-patches-6e763df31c458db3fd628b80ef121a30d73ae286.tar.gz
gnu: Remove python2-pytest-subtesthack.
* gnu/packages/check.scm (python2-pytest-subtesthack): 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 2596b8aaa8..a419e448ec 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2132,9 +2132,6 @@ normally the case.")
(home-page "https://github.com/untitaker/pytest-subtesthack/")
(license license:unlicense)))
-(define-public python2-pytest-subtesthack
- (package-with-python2 python-pytest-subtesthack))
-
(define-public python-pytest-sugar
(package
(name "python-pytest-sugar")