python.pkgs.pylint: disable broken tests

fixes https://github.com/NixOS/nixpkgs/issues/51394
This commit is contained in:
Robert Schütz 2018-12-02 23:35:07 +01:00 committed by Frederik Rietdijk
parent 8310ad14a4
commit b0c44debac

View File

@ -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"