Merge pull request #181262 from onny/pylint-django

python310Packages.pylint-django: Fix tests
This commit is contained in:
Sandro 2022-07-15 16:18:07 +02:00 committed by GitHub
commit 67280dc2e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,12 +33,11 @@ buildPythonPackage rec {
]; ];
disabledTests = [ disabledTests = [
# Skip outdated tests and the one with a missing dependency (django_tables2) # AttributeError, AssertionError
"external_django_tables2_noerror_meta_class" "external_django_tables2_noerror_meta_class"
"external_factory_boy_noerror" "external_tastypie_noerror_foreign_key"
"func_noerror_foreign_key_attributes" "func_noerror_model_unicode_lambda"
"func_noerror_foreign_key_key_cls_unbound" "0001_noerror_initial"
"test_everything"
]; ];
pythonImportsCheck = [ pythonImportsCheck = [