Skip to content

Commit 37d649c

Browse files
author
BryanSchroeder
committed
moving retry to integration-dash
1 parent c79debf commit 37d649c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"private::test.unit-dash": "pytest tests/unit",
3131
"private::test.unit-renderer": "cd dash/dash-renderer && npm run test",
3232
"private::test.unit-generation": "cd @plotly/dash-generator-test-component-typescript && npm ci && npm test",
33-
"private::test.integration-dash": "TESTFILES=$(circleci tests glob \"tests/integration/**/test_*.py\" | circleci tests split --split-by=timings) && pytest --headless --nopercyfinalize --junitxml=test-reports/junit_intg.xml ${TESTFILES}",
33+
"private::test.integration-dash": "TESTFILES=$(circleci tests glob \"tests/integration/**/test_*.py\" | circleci tests split --split-by=timings) && pytest --headless --nopercyfinalize --junitxml=test-reports/junit_intg.xml ${TESTFILES} && python rerun_failed_tests.py",
3434
"private::test.integration-dash-import": "cd tests/integration/dash && python dash_import_test.py",
3535
"cibuild": "run-s private::cibuild.*",
3636
"build": "run-s private::build.*",
@@ -41,7 +41,7 @@
4141
"lint": "run-s private::lint.* --continue-on-error",
4242
"setup-tests.py": "run-s private::test.py.deploy-*",
4343
"setup-tests.R": "run-s private::test.R.deploy-*",
44-
"citest.integration": "run-s setup-tests.py private::test.integration-* && python rerun_failed_tests.py",
44+
"citest.integration": "run-s setup-tests.py private::test.integration-*",
4545
"citest.unit": "run-s private::test.unit-**",
4646
"test": "pytest && cd dash/dash-renderer && npm run test",
4747
"first-build": "cd dash/dash-renderer && npm i && cd ../../ && cd components/dash-html-components && npm i && npm run extract && cd ../../ && npm run build"

0 commit comments

Comments
 (0)