python3Packages.flexparser: remove unused dependency pytest-mpl

This commit is contained in:
Robert Schütz 2026-06-26 14:45:05 -07:00
commit 83c50ab4ab

View file

@ -12,7 +12,6 @@
# checks
pytestCheckHook,
pytest-mpl,
}:
buildPythonPackage rec {
@ -36,7 +35,6 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
pytest-mpl
];
pythonImportsCheck = [ "flexparser" ];