fluxdev's picture
Upload folder using huggingface_hub
b1bd80d verified
raw
history blame
No virus
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")