mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
pylint: Fix unused-argument
This commit is contained in:
@@ -31,7 +31,7 @@ def set_env_if_not_set(envvar, value):
|
|||||||
os.environ[envvar] = value
|
os.environ[envvar] = value
|
||||||
|
|
||||||
|
|
||||||
def pytest_configure(config):
|
def pytest_configure(config): # pylint: disable=unused-argument
|
||||||
test_dir = os.getenv("TWD")
|
test_dir = os.getenv("TWD")
|
||||||
if not test_dir:
|
if not test_dir:
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user