diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-15 21:57:25 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:23:27 +0000 |
| commit | 92fba6c72acb2dd5f67e5bb7b0fc6d70e2a4a9ee (patch) | |
| tree | c3eb5f9a2dbf986ff7eb56b96b5ff11539463aa3 /gnu | |
| parent | 41e4c2d340ae173c8a4182209b12ed6e7dc46519 (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-check.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 3eeae3860c2..9d555f860b0 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm | |||
| @@ -1095,13 +1095,13 @@ framework and makes it easy to undo any monkey patching. The fixtures are: | |||
| 1095 | (define-public python-pytest-mpl | 1095 | (define-public python-pytest-mpl |
| 1096 | (package | 1096 | (package |
| 1097 | (name "python-pytest-mpl") | 1097 | (name "python-pytest-mpl") |
| 1098 | (version "0.16.1") | 1098 | (version "0.17.0") |
| 1099 | (source | 1099 | (source |
| 1100 | (origin | 1100 | (origin |
| 1101 | (method url-fetch) | 1101 | (method url-fetch) |
| 1102 | (uri (pypi-uri "pytest-mpl" version)) | 1102 | (uri (pypi-uri "pytest-mpl" version)) |
| 1103 | (sha256 | 1103 | (sha256 |
| 1104 | (base32 "0sa4229xkkah3fdg9wnqnvb9j13xsd3x1h5rwbsgb3sf2a0icmrd")))) | 1104 | (base32 "1inaaafzxgbxldz4xqvx68gpj8p5i30qlsgva8sb7d34wvbhbvzv")))) |
| 1105 | (build-system pyproject-build-system) | 1105 | (build-system pyproject-build-system) |
| 1106 | (arguments | 1106 | (arguments |
| 1107 | (list | 1107 | (list |
| @@ -1114,7 +1114,6 @@ framework and makes it easy to undo any monkey patching. The fixtures are: | |||
| 1114 | (propagated-inputs | 1114 | (propagated-inputs |
| 1115 | (list python-jinja2 | 1115 | (list python-jinja2 |
| 1116 | python-matplotlib | 1116 | python-matplotlib |
| 1117 | python-nose | ||
| 1118 | python-packaging | 1117 | python-packaging |
| 1119 | python-pillow)) | 1118 | python-pillow)) |
| 1120 | (home-page "https://github.com/matplotlib/pytest-mpl") | 1119 | (home-page "https://github.com/matplotlib/pytest-mpl") |
