diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index ea0c8b53a25..1f46123c611 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -4992,35 +4992,6 @@ unused.") @acronym{REGEXPs, regular expressions}.") (license license:asl2.0))) -(define-public python-xunitparser - (package - (name "python-xunitparser") - (version "1.3.4") - (source - (origin - (method url-fetch) - (uri (pypi-uri "xunitparser" version)) - (sha256 - (base32 "00lapxi770mg7jkw16zy3a91hbdfz4a9h43ryczdsgd3z4cl6vyf")))) - (build-system pyproject-build-system) - (arguments - `(#:phases - (modify-phases %standard-phases - ;; See https://github.com/laurentb/xunitparser/pull/11 - (add-after 'unpack 'fix-test-suite - (lambda _ - (substitute* "xunitparser.py" - (("(^ +)self.stderr = None" m indent) - (string-append m "\n" indent "self._cleanup = False\n")))))))) - (native-inputs - (list python-pytest python-setuptools)) - (home-page "https://gitlab.com/woob/xunitparser/") - (synopsis "Read JUnit/XUnit XML files and map them to Python objects") - (description "xunitparser reads a JUnit/XUnit XML file and maps it to -Python objects. It tries to use the objects available in the standard -@code{unittest} module.") - (license license:expat))) - (define-public tms (package (name "tms")