diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 13:38:09 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:20 -0400 |
commit | 4178b304abc667e11d398412df90b4c4b1de1bc4 (patch) | |
tree | 3267e8b90912c3e2f5c1e8f13116735bbcff4103 /gnu/packages/check.scm | |
parent | 099c5a90e407fedeca3423c306687d8c9e73005c (diff) |
gnu: Remove python2-python-paramunittest.
* gnu/packages/check.scm (python2-python-paramunittest): Delete variable.
Diffstat (limited to 'gnu/packages/check.scm')
-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 0cc5be8734..476292d661 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -2607,9 +2607,6 @@ cases. Since they are TestCase subclasses, they work with other test suites tha recognize TestCases.") (license license:bsd-2))) -(define-public python2-python-paramunittest - (package-with-python2 python-paramunittest)) - (define-public python-pytest-warnings (package (name "python-pytest-warnings") |