1 diff --git a/pytest.ini b/pytest.ini
2 index a3d26ec4..8bdf12fb 100644
5 @@ -3,5 +3,5 @@ DJANGO_SETTINGS_MODULE = recipes.test_settings
6 testpaths = cookbook/tests
7 python_files = tests.py test_*.py *_tests.py
8 # uncomment to run coverage reports
9 -addopts = -n auto --cov=. --cov-report=html:docs/reports/coverage --cov-report=xml:docs/reports/coverage/coverage.xml --junitxml=docs/reports/tests/pytest.xml --html=docs/reports/tests/tests.html
10 +addopts = -n @NIX_BUILD_CORES@ --cov=. --cov-report=html:docs/reports/coverage --cov-report=xml:docs/reports/coverage/coverage.xml --junitxml=docs/reports/tests/pytest.xml --html=docs/reports/tests/tests.html
11 # addopts = -n auto --junitxml=docs/reports/tests/pytest.xml --html=docs/reports/tests/tests.html
12 \ No newline at end of file