# Pytest configuration file. If we don't have one in this directory, # pytest will look for one in our ancestor directories, and may find # something irrelevant - so we should keep this file even if in the future # we decide that we don't need to configure anything. [pytest] # Ignore warnings about HTTPS requests without certificate verification # (see issue #15287). Pytest breaks urllib3.disable_warnings() in conftest.py, # so we need to do this here. filterwarnings = ignore::urllib3.exceptions.InsecureRequestWarning