Skip to content

Commit

Permalink
Disable problematic pylint-pytest check
Browse files Browse the repository at this point in the history
When  reverbc/pylint-pytest#22 gets merged we might
reenable this check.
  • Loading branch information
bruno-fs committed Feb 24, 2022
1 parent bea0cd0 commit 06cc732
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 06cc732

Please sign in to comment.