python314Packages.django-stubs: fix build (#523482)

This commit is contained in:
Felix Bargfeldt
2026-05-24 10:04:43 +00:00
committed by GitHub
@@ -66,6 +66,7 @@ buildPythonPackage rec {
disabledTestPaths = [
# Skip type checking
"tests/typecheck/"
"ext/tests/typecheck/"
];
pythonImportsCheck = [ "django-stubs" ];