From 34c031565668ff102f2c05deb833939361ceeac7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sun, 24 May 2026 01:06:20 +0200 Subject: [PATCH] python314Packages.django-stubs: fix build --- pkgs/development/python-modules/django-stubs/default.nix | 1 + 1 file changed, 1 insertion(+) 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" ];