From 0e6a4538412758c2fb3ea7b119b978ead3c51056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 27 May 2022 16:12:24 +0000 Subject: [PATCH] python3Packages.pylint: don't run benchmarks --- pkgs/development/python-modules/pylint/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pylint/default.nix b/pkgs/development/python-modules/pylint/default.nix index 263632e86546..9bb6cdf900df 100644 --- a/pkgs/development/python-modules/pylint/default.nix +++ b/pkgs/development/python-modules/pylint/default.nix @@ -13,7 +13,6 @@ , tomli , typing-extensions , GitPython -, pytest-benchmark , pytest-timeout , pytest-xdist , pytestCheckHook @@ -58,7 +57,6 @@ buildPythonPackage rec { checkInputs = [ GitPython # https://github.com/PyCQA/pylint/blob/main/requirements_test_min.txt - pytest-benchmark pytest-timeout pytest-xdist pytestCheckHook @@ -74,6 +72,7 @@ buildPythonPackage rec { ''; disabledTestPaths = [ + "tests/benchmark" # tests miss multiple input files # FileNotFoundError: [Errno 2] No such file or directory "tests/pyreverse/test_writer.py"