gnu: python-doxyqml: Fix tests.

* gnu/packages/python-xyz.scm (python-doxyqml)[arguments]
<test-backend>: Use 'custom.
<test-flags>: Provide path to the test file.
[native-inputs]: Remove python-wheel.

Change-Id: Ic89f338fec5cfc434a2d1a25bd903232236c4129
This commit is contained in:
Sharlatan Hellseher 2025-09-26 21:57:21 +01:00
parent 27f867ce57
commit df87078828
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -6524,9 +6524,11 @@ other Python program.")
(base32
"0skrs5i5pvpzvihgxw766zi1c9bbp33aisdldxgj470mlchvdgyy"))))
(build-system pyproject-build-system)
(arguments
(list #:test-backend #~'custom
#:test-flags #~(list "tests/functional/tests.py")))
(native-inputs
(list python-setuptools
python-wheel))
(list python-setuptools))
(home-page "https://agateau.com/projects/doxyqml")
(synopsis "Doxygen input filter for QML files")
(description