File size: 190 Bytes
b1bd80d
 
 
 
 
 
 
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")