gnu: compdb: Fix tests.

* gnu/packages/build-tools.scm (compdb)[arguments] <test-backend>: Use
'unittest.
[native-inputs]: Remove python-wheel.

Change-Id: I0d152fe38b648287b1a2470f1c88ee3a29034b41
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Sergio Pastor Pérez 2025-10-01 22:59:36 +02:00 committed by Sharlatan Hellseher
parent dadedd0ada
commit d10e50b858
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -768,7 +768,10 @@ be reached via direct API calls.")
(sha256
(base32 "0f4x0gm5n1mr87dx3gzn5da16a1qhd2y3kz22dl5xsd9pd720l4w"))))
(build-system pyproject-build-system)
(native-inputs (list python-setuptools python-wheel))
(arguments
(list
#:test-backend ''unittest))
(native-inputs (list python-setuptools))
(propagated-inputs (list python-configparser))
(home-page "https://github.com/Sarcasm/compdb")
(synopsis "Compilation database Swiss army knife")