From 06cc732e7b53b2f13f783ea2765a14a400f22ee6 Mon Sep 17 00:00:00 2001 From: Bruno Ciconelle Date: Thu, 24 Feb 2022 15:38:41 -0300 Subject: [PATCH] Disable problematic pylint-pytest check When https://github.com/reverbc/pylint-pytest/pull/22 gets merged we might reenable this check. --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 437a158cd..9a7318b05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,6 +32,12 @@ load-plugins = [ "pylint_pytest", ] +[tool.pylint.messages_control] +disable = [ + # flakeheaven lint with --diff parameter seems to be incompatible with this check + "cannot-enumerate-pytest-fixtures", +] + [tool.pytest.ini_options] pythonpath = "quipucords/" addopts = [