From ba3fea6883ca1ff311b5c8c1ceeff470f4f2afe3 Mon Sep 17 00:00:00 2001 From: Adrienne Stilp Date: Wed, 8 May 2024 10:26:51 -0700 Subject: [PATCH] Run parallelized pytest tests by default --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.