1[pytest]
2python_classes = *Test*
3python_files = "test_*.py"
4testpaths = tiledb/tests
5addopts = --ignore=tiledb/tests/perf --ignore=tiledb/tests/__pycache__
6filterwarnings =
7    error
8    default::pytest.PytestWarning
9    default::DeprecationWarning:distributed
10