mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.flexparser: remove unused dependency pytest-mpl
This commit is contained in:
parent
46ce48acd1
commit
83c50ab4ab
1 changed files with 0 additions and 2 deletions
|
|
@ -12,7 +12,6 @@
|
|||
|
||||
# checks
|
||||
pytestCheckHook,
|
||||
pytest-mpl,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
|
@ -36,7 +35,6 @@ buildPythonPackage rec {
|
|||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
pytest-mpl
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "flexparser" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue