diff --git a/pytest.ini b/pytest.ini index bb426f8f..3dd36109 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,5 +1,5 @@ [pytest] -addopts = --ds=config.settings.test --reuse-db +addopts = --ds=config.settings.test --reuse-db -n auto python_files = tests.py test_*.py filterwarnings = # Convert all warnings to errors.