Files
dbt-core/pytest.ini

11 lines
240 B
INI

[pytest]
filterwarnings =
ignore:.*'soft_unicode' has been renamed to 'soft_str'*:DeprecationWarning
ignore:unclosed file .*:ResourceWarning
env_files =
test.env
testpaths =
tests/functional
tests/unit
pythonpath = core