make_post_sell/pytest.ini

13 lines
668 B
INI

[pytest]
testpaths = make_post_sell
python_files = test*.py
# Uncomment filterwarnings to suppress external library warnings
# filterwarnings =
# # Ignore datetime.utcnow() deprecation from external libraries
# ignore:datetime\.datetime\.utcnow\(\) is deprecated:DeprecationWarning:webob
# ignore:datetime\.datetime\.utcnow\(\) is deprecated:DeprecationWarning:botocore
# # Ignore pkg_resources deprecation warnings
# ignore:pkg_resources is deprecated:DeprecationWarning
# ignore:Deprecated call to.*pkg_resources.*:DeprecationWarning
# # Ignore bleach CSS sanitizer warning
# ignore:'style' attribute specified.*css_sanitizer not set