File size: 190 Bytes
25fad07 |
1 2 3 4 5 6 7 8 |
import os
def pytest_configure(config):
# We don't want to fail on Py.test command line arguments being
# parsed by webui:
os.environ.setdefault("IGNORE_CMD_ARGS_ERRORS", "1")
|