biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / applications / misc / tandoor-recipes / pytest-xdist.patch
blob39b5acf00dea4d4141d547fd6169250db73dd6ad
1 diff --git a/pytest.ini b/pytest.ini
2 index a3d26ec4..8bdf12fb 100644
3 --- a/pytest.ini
4 +++ b/pytest.ini
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