mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
ca0fab1f6e
commit
d664901d09
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue