Skip to content

Commit 06cc732

Browse files
committed
Disable problematic pylint-pytest check
When reverbc/pylint-pytest#22 gets merged we might reenable this check.
1 parent bea0cd0 commit 06cc732

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ load-plugins = [
3232
"pylint_pytest",
3333
]
3434

35+
[tool.pylint.messages_control]
36+
disable = [
37+
# flakeheaven lint with --diff parameter seems to be incompatible with this check
38+
"cannot-enumerate-pytest-fixtures",
39+
]
40+
3541
[tool.pytest.ini_options]
3642
pythonpath = "quipucords/"
3743
addopts = [

0 commit comments

Comments
 (0)