mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
2f29f09044
commit
6bea0d35b2
1 changed files with 3 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue