python310Packages.magicgui: remove mypy linter

This commit is contained in:
Sandro Jäckel 2023-06-07 14:12:06 +02:00 committed by Gaetan Lepage
parent d17832c037
commit 340d556818

View file

@ -3,7 +3,6 @@
, fetchFromGitHub
, setuptools-scm
, pytestCheckHook
, pytest-mypy-plugins
, typing-extensions
, qtpy
, pyside2
@ -27,7 +26,7 @@
nativeBuildInputs = [ setuptools-scm ];
propagatedBuildInputs = [ typing-extensions qtpy pyside2 psygnal docstring-parser ];
nativeCheckInputs = [ pytestCheckHook pytest-mypy-plugins ];
nativeCheckInputs = [ pytestCheckHook ];
doCheck = false; # Reports "Fatal Python error"