Skip to content

Commit 3098285

Browse files
run with -s to see hang
1 parent 5587285 commit 3098285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
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 -s ${TESTFILES}",
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.*",

0 commit comments

Comments
 (0)