From 340d556818e32f93ea94b45c8ebca0ee663ad425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Wed, 7 Jun 2023 14:12:06 +0200 Subject: [PATCH] python310Packages.magicgui: remove mypy linter --- pkgs/development/python-modules/magicgui/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/magicgui/default.nix b/pkgs/development/python-modules/magicgui/default.nix index 2cd9fd90fe4a..ef327dd0f08b 100644 --- a/pkgs/development/python-modules/magicgui/default.nix +++ b/pkgs/development/python-modules/magicgui/default.nix @@ -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"