python310Packages.psygnal: remove mypy linter

This commit is contained in:
Sandro Jäckel
2023-06-16 08:52:27 +02:00
committed by Gaetan Lepage
parent 340d556818
commit c44e4e09d6
@@ -6,7 +6,6 @@
, mypy-extensions
, numpy
, pydantic
, pytest-mypy-plugins
, pytestCheckHook
, pythonOlder
, typing-extensions
@@ -42,7 +41,6 @@ buildPythonPackage rec {
nativeCheckInputs = [
numpy
pydantic
pytest-mypy-plugins
pytestCheckHook
wrapt
];