# pytest.ini [pytest] minversion = 6.0 addopts = -ra testpaths = tests benchmarks python_files = test_*.py benchmark_*.py python_functions = test_* benchmark_* filterwarnings = ignore::DeprecationWarning ignore::FutureWarning