python312Packages.pytest-mpl: migrate to pynose

This commit is contained in:
Martin Weinelt
2024-05-06 01:29:33 +02:00
parent 9c477c5e56
commit f7c19fedfa
@@ -5,7 +5,7 @@
, pytest
, jinja2
, matplotlib
, nose
, pynose
, pillow
, pytestCheckHook
}:
@@ -31,7 +31,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
jinja2
matplotlib
nose
pynose
pillow
];