python3Packages.flexcache: remove unused dependency pytest-mpl

This commit is contained in:
Robert Schütz
2026-06-26 14:44:17 -07:00
parent da86400f73
commit 46ce48acd1
@@ -13,7 +13,6 @@
# checks
pytestCheckHook,
pytest-mpl,
}:
buildPythonPackage rec {
@@ -38,7 +37,6 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
pytest-mpl
];
pythonImportsCheck = [ "flexcache" ];