gnu: python-xmldiff: Fix tests.

* gnu/packages/python-xyz.scm (python-xmldiff)[native-inputs]: Remove
python-wheel; add python-pytest.

Change-Id: I0381217cded746d82848bdfe5f34b216d55057c7
This commit is contained in:
Sharlatan Hellseher 2025-09-21 13:35:09 +01:00
parent 28d0ff97ba
commit 3b4e7f12a1
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1682,7 +1682,7 @@ The @file{.whl} file extension is matched case-insensitively.
(sha256
(base32 "18k8kiml9wpl4wf9lmi0j6ys21lbdv8fa8r9qrzdsrh3h0ghp4f0"))))
(build-system pyproject-build-system)
(native-inputs (list python-setuptools python-wheel))
(native-inputs (list python-pytest python-setuptools))
(propagated-inputs (list python-lxml))
(home-page "https://github.com/Shoobx/xmldiff")
(synopsis "Creates diffs of XML files")