mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pytest-mpl: Update to 0.17.0.
* gnu/packages/python-check.scm (python-pytest-mpl): Update to 0.17.0. [propagated-inputs]: Remove python-nose. Change-Id: Iecf1eae467d958353a4b16512150a229283a92c2
This commit is contained in:
parent
41e4c2d340
commit
92fba6c72a
1 changed files with 2 additions and 3 deletions
|
@ -1095,13 +1095,13 @@ framework and makes it easy to undo any monkey patching. The fixtures are:
|
||||||
(define-public python-pytest-mpl
|
(define-public python-pytest-mpl
|
||||||
(package
|
(package
|
||||||
(name "python-pytest-mpl")
|
(name "python-pytest-mpl")
|
||||||
(version "0.16.1")
|
(version "0.17.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pytest-mpl" version))
|
(uri (pypi-uri "pytest-mpl" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0sa4229xkkah3fdg9wnqnvb9j13xsd3x1h5rwbsgb3sf2a0icmrd"))))
|
(base32 "1inaaafzxgbxldz4xqvx68gpj8p5i30qlsgva8sb7d34wvbhbvzv"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -1114,7 +1114,6 @@ framework and makes it easy to undo any monkey patching. The fixtures are:
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-jinja2
|
(list python-jinja2
|
||||||
python-matplotlib
|
python-matplotlib
|
||||||
python-nose
|
|
||||||
python-packaging
|
python-packaging
|
||||||
python-pillow))
|
python-pillow))
|
||||||
(home-page "https://github.com/matplotlib/pytest-mpl")
|
(home-page "https://github.com/matplotlib/pytest-mpl")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue