diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 13:41:57 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:21 -0400 |
commit | 6e763df31c458db3fd628b80ef121a30d73ae286 (patch) | |
tree | 925de98e4d811755a5b86ef134cea769b24243ab | |
parent | af6d88c803f2338cf199ec76f65e8fd25f774fe6 (diff) | |
download | guix-6e763df31c458db3fd628b80ef121a30d73ae286.tar.gz |
gnu: Remove python2-pytest-subtesthack.
* gnu/packages/check.scm (python2-pytest-subtesthack): Delete variable.
-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 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") |