Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
15 lines
903 B
Diff
15 lines
903 B
Diff
diff --git a/pytest.ini b/pytest.ini
|
|
index 2755dc99..4026b96e 100644
|
|
--- a/pytest.ini
|
|
+++ b/pytest.ini
|
|
@@ -3,6 +3,6 @@ DJANGO_SETTINGS_MODULE = recipes.test_settings
|
|
testpaths = cookbook/tests
|
|
python_files = tests.py test_*.py *_tests.py
|
|
# uncomment to run coverage reports
|
|
-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
|
|
+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
|
|
# addopts = -n auto --junitxml=docs/reports/tests/pytest.xml --html=docs/reports/tests/tests.html
|
|
-asyncio_default_fixture_loop_scope = fixture
|
|
\ No newline at end of file
|
|
+asyncio_default_fixture_loop_scope = fixture
|