gnu: python-pytest-mpl: Adjust inputs.

* gnu/packages/python-check.scm (python-pytest-mpl) [native-inputs]: Add
python-setuptools-scm and python-wheel.

Change-Id: Ifbfdc080207832be6ad919aa1ee329bc0335694b
This commit is contained in:
Sharlatan Hellseher 2024-10-01 19:11:11 +01:00
parent ca0fab1f6e
commit d664901d09
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1040,7 +1040,9 @@ framework and makes it easy to undo any monkey patching. The fixtures are:
(list
#:test-flags #~(list "-m" "mpl_image_compare")))
(native-inputs
(list python-pytest))
(list python-pytest
python-setuptools-scm
python-wheel))
(propagated-inputs
(list python-jinja2
python-matplotlib