From c01db367136472469fe93c910626b6f8b6d6a69b Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Fri, 15 Jul 2022 23:47:17 +0200 Subject: [PATCH] python3Packages.pylint: 2.14.1 -> 2.14.4 --- pkgs/development/python-modules/pylint/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pylint/default.nix b/pkgs/development/python-modules/pylint/default.nix index 5fa39298cb5f..4cd15deab5c7 100644 --- a/pkgs/development/python-modules/pylint/default.nix +++ b/pkgs/development/python-modules/pylint/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { pname = "pylint"; - version = "2.14.1"; + version = "2.14.4"; format = "setuptools"; disabled = pythonOlder "3.7.2"; @@ -29,7 +29,7 @@ buildPythonPackage rec { owner = "PyCQA"; repo = pname; rev = "v${version}"; - sha256 = "sha256-rtyqHRDywv3l8bDgEjQlsh8lvwWbLswOPujFakaLWOw="; + sha256 = "sha256-NrfEIcPo2QJ78faQyfsQply8Zil1VZwV54GtV1aXbhc="; }; nativeBuildInputs = [ @@ -85,6 +85,8 @@ buildPythonPackage rec { "test_generate_toml_config" "test_help_msg" "test_output_of_callback_options" + # Failed: DID NOT WARN. No warnings of type (,) were emitted. The list of emitted warnings is: []. + "test_save_and_load_not_a_linter_stats" ] ++ lib.optionals stdenv.isDarwin [ "test_parallel_execution" "test_py3k_jobs_option"