[pytest] log_cli = 1 log_cli_level = INFO markers = db(*vendors): DB vendor priority order for testing (e.g. @pytest.mark.db("mysql", "sqlite")) no_db: pure-unit test that needs no Flask app or DB (opts out of the autouse app fixtures) jira(ticket): link test to a Jira ticket filterwarnings = ignore::marshmallow.warnings.RemovedInMarshmallow4Warning ignore::sqlalchemy.exc.RemovedIn20Warning ignore::pytest.PytestRemovedIn9Warning ignore::pytest.PytestDeprecationWarning ignore::pytest.PytestCacheWarning ignore::DeprecationWarning:splitio ignore::UserWarning:ddtrace