python3Packages.flexparser: remove unused dependency pytest-mpl

This commit is contained in:
Robert Schütz
2026-06-26 14:45:11 -07:00
parent 46ce48acd1
commit 83c50ab4ab
@@ -12,7 +12,6 @@
# checks
pytestCheckHook,
pytest-mpl,
}:
buildPythonPackage rec {
@@ -36,7 +35,6 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
pytest-mpl
];
pythonImportsCheck = [ "flexparser" ];