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:
Sharlatan Hellseher 2025-07-29 15:23:53 +01:00
parent d8e2caa60b
commit 7668bd6854
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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))