python.pkgs.pylint: disable broken tests
fixes https://github.com/NixOS/nixpkgs/issues/51394
This commit is contained in:
parent
8310ad14a4
commit
b0c44debac
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user