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
d8e2caa60b
commit
7668bd6854
1 changed files with 4 additions and 2 deletions
|
@ -37626,11 +37626,13 @@ keyboard-friendly package.")
|
|||
(sha256
|
||||
(base32 "11z318lnvd7nxkpw2556hh6hvid6gi8mxgv4zf8x2m57hx5yi98y"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:test-backend #~'unittest
|
||||
#:test-flags #~(list "-v" "pdoc.test")))
|
||||
(native-inputs
|
||||
(list python-setuptools-git
|
||||
python-setuptools
|
||||
python-setuptools-scm
|
||||
python-wheel))
|
||||
python-setuptools-scm))
|
||||
(propagated-inputs
|
||||
(list python-mako
|
||||
python-markdown))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue