From 5ba6a7ce928fd073e286e018de4db76900f53b05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Wed, 7 Jun 2023 16:06:33 +0200 Subject: [PATCH] python310Packages.typical: remove mypy linter --- pkgs/development/python-modules/typical/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/python-modules/typical/default.nix b/pkgs/development/python-modules/typical/default.nix index 5cbdce7c6252..67d55e64243e 100644 --- a/pkgs/development/python-modules/typical/default.nix +++ b/pkgs/development/python-modules/typical/default.nix @@ -4,7 +4,6 @@ , fetchFromGitHub , future-typing , inflection -, mypy , orjson , pandas , pendulum @@ -45,7 +44,6 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook - mypy pydantic sqlalchemy pandas