Unverified Commit f7c19fed authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python312Packages.pytest-mpl: migrate to pynose

parent 9c477c5e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
, pytest
, jinja2
, matplotlib
, nose
, pynose
, pillow
, pytestCheckHook
}:
@@ -31,7 +31,7 @@ buildPythonPackage rec {
  propagatedBuildInputs = [
    jinja2
    matplotlib
    nose
    pynose
    pillow
  ];