python3Packages.flexcache: remove unused dependency pytest-mpl (#535829)

This commit is contained in:
dotlambda
2026-06-27 18:47:49 +00:00
committed by GitHub
2 changed files with 0 additions and 4 deletions
@@ -13,7 +13,6 @@
# checks
pytestCheckHook,
pytest-mpl,
}:
buildPythonPackage rec {
@@ -38,7 +37,6 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
pytest-mpl
];
pythonImportsCheck = [ "flexcache" ];
@@ -12,7 +12,6 @@
# checks
pytestCheckHook,
pytest-mpl,
}:
buildPythonPackage rec {
@@ -36,7 +35,6 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
pytest-mpl
];
pythonImportsCheck = [ "flexparser" ];