python3Packages.flexcache: remove unused dependency pytest-mpl (#535829)
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user