python314Packages.django-stubs: fix build

This commit is contained in:
Sandro Jäckel
2026-05-24 01:09:30 +02:00
parent 2bb5ecd583
commit 34c0315656
@@ -66,6 +66,7 @@ buildPythonPackage rec {
disabledTestPaths = [
# Skip type checking
"tests/typecheck/"
"ext/tests/typecheck/"
];
pythonImportsCheck = [ "django-stubs" ];