gnu: python-mathics-pygments: Fix tests.

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

Change-Id: I01471fd8835c7cbc21fae497bedb177a1230eae1
This commit is contained in:
Sharlatan Hellseher 2025-09-27 21:45:07 +01:00
parent 51fa44d093
commit 0a0f1e30a8
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -11316,8 +11316,12 @@ the Wolfram language.")
(sha256
(base32 "1iagdic8f0yjx01kdds40jfcxcpdbrd3i0ywydl01dhyyvd2yjk9"))))
(build-system pyproject-build-system)
(propagated-inputs (list python-mathics-scanner python-pygments))
(native-inputs (list python-setuptools python-wheel))
(native-inputs
(list python-pytest
python-setuptools))
(propagated-inputs
(list python-mathics-scanner
python-pygments))
(home-page "http://github.com/Mathics3/mathics-pygments/")
(synopsis "Wolfram language lexer for Pygments")
(description "This package provides a Wolfram language lexer for Pygments.")