From b6ec9e4914a616162c3166451d2fd2b352762732 Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Tue, 12 Jul 2022 21:24:29 +0200 Subject: [PATCH] python310Packages.pylint-django: Fix tests --- .../development/python-modules/pylint-django/default.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/pylint-django/default.nix b/pkgs/development/python-modules/pylint-django/default.nix index ca26f11ccb3b..e6d7c6bd63d3 100644 --- a/pkgs/development/python-modules/pylint-django/default.nix +++ b/pkgs/development/python-modules/pylint-django/default.nix @@ -33,12 +33,11 @@ buildPythonPackage rec { ]; disabledTests = [ - # Skip outdated tests and the one with a missing dependency (django_tables2) + # AttributeError, AssertionError "external_django_tables2_noerror_meta_class" - "external_factory_boy_noerror" - "func_noerror_foreign_key_attributes" - "func_noerror_foreign_key_key_cls_unbound" - "test_everything" + "external_tastypie_noerror_foreign_key" + "func_noerror_model_unicode_lambda" + "0001_noerror_initial" ]; pythonImportsCheck = [