lol

python310Packages.magicgui: remove mypy linter

authored by

Sandro Jäckel and committed by
Gaetan Lepage
340d5568 d17832c0

+1 -2
+1 -2
pkgs/development/python-modules/magicgui/default.nix
··· 3 3 , fetchFromGitHub 4 4 , setuptools-scm 5 5 , pytestCheckHook 6 - , pytest-mypy-plugins 7 6 , typing-extensions 8 7 , qtpy 9 8 , pyside2 ··· 27 26 28 27 nativeBuildInputs = [ setuptools-scm ]; 29 28 propagatedBuildInputs = [ typing-extensions qtpy pyside2 psygnal docstring-parser ]; 30 - nativeCheckInputs = [ pytestCheckHook pytest-mypy-plugins ]; 29 + nativeCheckInputs = [ pytestCheckHook ]; 31 30 32 31 doCheck = false; # Reports "Fatal Python error" 33 32