From a2c8386f35948c35687c0d903e1af4ff7937064e Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 26 Jan 2026 21:05:29 +0000 Subject: gnu: Remove python-coverage-test-runner. * gnu/packages/check.scm (python-coverage-test-runner): Delete variable. Fixes: guix/guxi#5136 Change-Id: I6413c28a5206efbfd53a5726a59226e10a2bd0c1 --- gnu/packages/check.scm | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 5dbab9a1e9..ba237145a3 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -2962,36 +2962,6 @@ each of the environments.") (description "Pytest plugin for checking Python source code with pyflakes.") (license license:expat))) -(define-public python-coverage-test-runner - (package - (name "python-coverage-test-runner") - (version "1.15") - (source - (origin - (method url-fetch) - (uri (string-append - "http://git.liw.fi/cgi-bin/cgit/cgit.cgi/" - "coverage-test-runner/snapshot/coverage-test-runner-" - version ".tar.gz")) - (sha256 - (base32 - "1kjjb9llckycnfxag8zcvqsn4z1s3dwyw6b1n0avxydihgf30rny")))) - (build-system python-build-system) - (arguments - `(#:phases - (modify-phases %standard-phases - (replace 'check - (lambda _ - (invoke "./testrun")))))) - (propagated-inputs - (list python-coverage)) - (home-page "https://liw.fi/coverage-test-runner/") - (synopsis "Python module for running unit tests") - (description "@code{CoverageTestRunner} is a python module for running -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 python-pylint (package (name "python-pylint") -- cgit v1.3