diff --git a/pkgs/development/python-modules/pylint/default.nix b/pkgs/development/python-modules/pylint/default.nix index 1ced9bdaa25b..67066c85f052 100644 --- a/pkgs/development/python-modules/pylint/default.nix +++ b/pkgs/development/python-modules/pylint/default.nix @@ -23,8 +23,8 @@ buildPythonPackage rec { checkPhase = '' pytest pylint/test -k "not ${lib.concatStringsSep " and not " ( - # Broken test - [ "test_good_comprehension_checks" ] ++ + # Broken tests + [ "member_checks_py37" "iterable_context_py36" ] ++ # Disable broken darwin tests lib.optionals stdenv.isDarwin [ "test_parallel_execution"