diff options
-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 5ba71753dd..40c90a03f9 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -2504,9 +2504,6 @@ unit tests and failing them if the unit test module does not exercise all statements in the module it tests.") (license license:gpl3+))) -(define-public python2-coverage-test-runner - (package-with-python2 python-coverage-test-runner)) - (define-public python-pylint (package (name "python-pylint") |