summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-01-01 23:08:34 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-01-01 23:08:38 +0000
commitcce1e4bb1c877b39963ecc05e9849a59a8cd1dde (patch)
treedb02d3d69961bf55c42a6b231a612e58ef662a8e /gnu/packages/python-check.scm
parent7d869047260573a40e9f0fc38f80078760942445 (diff)
gnu: Remove python-xunitparser.
* gnu/packages/python-check.scm (python-xunitparser): Delete variable. Fixes: guix/guix#4610 Change-Id: Ibe4a23888a57f9402a2251fe01e5cf3dc65d913e
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm29
1 files changed, 0 insertions, 29 deletions
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.")
4992@acronym{REGEXPs, regular expressions}.") 4992@acronym{REGEXPs, regular expressions}.")
4993 (license license:asl2.0))) 4993 (license license:asl2.0)))
4994 4994
4995(define-public python-xunitparser
4996 (package
4997 (name "python-xunitparser")
4998 (version "1.3.4")
4999 (source
5000 (origin
5001 (method url-fetch)
5002 (uri (pypi-uri "xunitparser" version))
5003 (sha256
5004 (base32 "00lapxi770mg7jkw16zy3a91hbdfz4a9h43ryczdsgd3z4cl6vyf"))))
5005 (build-system pyproject-build-system)
5006 (arguments
5007 `(#:phases
5008 (modify-phases %standard-phases
5009 ;; See https://github.com/laurentb/xunitparser/pull/11
5010 (add-after 'unpack 'fix-test-suite
5011 (lambda _
5012 (substitute* "xunitparser.py"
5013 (("(^ +)self.stderr = None" m indent)
5014 (string-append m "\n" indent "self._cleanup = False\n"))))))))
5015 (native-inputs
5016 (list python-pytest python-setuptools))
5017 (home-page "https://gitlab.com/woob/xunitparser/")
5018 (synopsis "Read JUnit/XUnit XML files and map them to Python objects")
5019 (description "xunitparser reads a JUnit/XUnit XML file and maps it to
5020Python objects. It tries to use the objects available in the standard
5021@code{unittest} module.")
5022 (license license:expat)))
5023
5024(define-public tms 4995(define-public tms
5025 (package 4996 (package
5026 (name "tms") 4997 (name "tms")