Skip to content

Commit

Permalink
pylint: Ignore not-callable for tests
Browse files Browse the repository at this point in the history
Workaround for pytest-dev/pytest#7558
  • Loading branch information
The-Compiler committed Jul 29, 2020
1 parent d5ae296 commit 6263f7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/dev/run_pylint_on_tests.py
Expand Up @@ -60,6 +60,8 @@ def main():
'compare-to-empty-string',
# directories without __init__.py...
'import-error',
# WORKAROUND for https://github.com/pytest-dev/pytest/issues/7558
'not-callable',
]

toxinidir = sys.argv[1]
Expand Down

0 comments on commit 6263f7a

Please sign in to comment.