summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-10-01 00:57:13 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-10-01 09:09:44 +0100
commit6bea0d35b2a3bf24ffda2986ce525a3c01c2b434 (patch)
treef8b65b16fc44bc2cdea9981b6933c25ab9e9baa7
parent2f29f090443ad5b058cce31c93660c42eb4f3886 (diff)
gnu: python-junit-xml: Switch to pyproject.
* gnu/packages/python-check.scm (python-junit-xml): [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools. Change-Id: Iadf636efd092279fb52a568f5f26743600be6b7c Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r--gnu/packages/python-check.scm13
1 files changed, 3 insertions, 10 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index a8f94bf3a94..f10ea87ed7b 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1148,16 +1148,9 @@ updating the value you want to compare with. The value is converted with
(sha256
(base32
"0b8kbjhk3j10rk0vcniy695m3h43yip6y93h1bd6jjh0cp7s09c7"))))
- (build-system python-build-system)
- (arguments
- `(#:phases (modify-phases %standard-phases
- (replace 'check
- (lambda _
- (invoke "pytest" "-vv"))))))
- (native-inputs
- (list python-pytest))
- (propagated-inputs
- (list python-six))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-pytest python-setuptools))
+ (propagated-inputs (list python-six))
(synopsis "Create JUnit XML test results")
(description
"This package provides a Python module for creating JUnit XML test