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"