diff --git a/pkgs/development/python-modules/django-stubs/default.nix b/pkgs/development/python-modules/django-stubs/default.nix index d601c1a6063b..6ec2be3e15b9 100644 --- a/pkgs/development/python-modules/django-stubs/default.nix +++ b/pkgs/development/python-modules/django-stubs/default.nix @@ -66,6 +66,7 @@ buildPythonPackage rec { disabledTestPaths = [ # Skip type checking "tests/typecheck/" + "ext/tests/typecheck/" ]; pythonImportsCheck = [ "django-stubs" ];