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

This commit is contained in:
Felix Bargfeldt 2026-05-24 10:04:43 +00:00 committed by GitHub
commit 908ab3d5b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,6 +66,7 @@ buildPythonPackage rec {
disabledTestPaths = [
# Skip type checking
"tests/typecheck/"
"ext/tests/typecheck/"
];
pythonImportsCheck = [ "django-stubs" ];