mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pdoc3: Fix tests.
* gnu/packages/python-xyz.scm (python-pdoc3) [arguments] <test-backend>: Use 'unittest. [native-inputs]: Remove python-wheel. Change-Id: If307d72856cc7109ede8479939e62ed1638d1b7e
This commit is contained in:
parent
8d81ffac43
commit
dd86d04db7
1 changed files with 4 additions and 2 deletions
|
@ -37650,11 +37650,13 @@ keyboard-friendly package.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "11z318lnvd7nxkpw2556hh6hvid6gi8mxgv4zf8x2m57hx5yi98y"))))
|
(base32 "11z318lnvd7nxkpw2556hh6hvid6gi8mxgv4zf8x2m57hx5yi98y"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:test-backend #~'unittest
|
||||||
|
#:test-flags #~(list "-v" "pdoc.test")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-setuptools-git
|
(list python-setuptools-git
|
||||||
python-setuptools
|
python-setuptools
|
||||||
python-setuptools-scm
|
python-setuptools-scm))
|
||||||
python-wheel))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-mako
|
(list python-mako
|
||||||
python-markdown))
|
python-markdown))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue