[pytest] env = ENVIRONMENT=TEST DDTRACE_DISABLED=1 # tell pytest where our tests are testpaths = ./tests # Don't search in these directories for tests norecursedirs = ./apocrypha/* ./integration_scripts/* filterwarnings = ignore::sqlalchemy.exc.MovedIn20Warning ignore:the imp module is deprecated:DeprecationWarning:boto.plugin # Silence ddtrace distutils deprecation warning ignore:.*distutils package is deprecated.*:DeprecationWarning:ddtrace.internal.module addopts = --cov=. --cov-report=term-missing:skip-covered --cov-config=.coveragerc