Skip to content
Snippets Groups Projects
Commit 46a307aa authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

pylint: Fix unused-argument

parent d8f8211a
Branches
Tags
No related merge requests found
......@@ -31,7 +31,7 @@ def set_env_if_not_set(envvar, value):
os.environ[envvar] = value
def pytest_configure(config):
def pytest_configure(config): # pylint: disable=unused-argument
test_dir = os.getenv("TWD")
if not test_dir:
return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment