Viperboy123's picture
auto
8d7ec14
raw
history blame
190 Bytes
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")