diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 22:18:17 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:04 -0400 |
commit | 1143a16830c2e0ee5d8f95835d25b68843513114 (patch) | |
tree | b220e8f2046cbd7f40747f738f1d8fe93d67be04 /gnu/packages/check.scm | |
parent | 5bc038d2229d3f9059c28090f17108ee851f26bc (diff) | |
download | guix-1143a16830c2e0ee5d8f95835d25b68843513114.tar guix-1143a16830c2e0ee5d8f95835d25b68843513114.tar.gz |
gnu: Remove python2-coverage-test-runner.
* gnu/packages/check.scm (python2-coverage-test-runner): 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 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") |