File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ junit_duration_report = call
3333
3434
3535[coverage:run]
36- parallel = True
36+ # parallel = True
3737# concurrency = thread, multiprocessing
3838concurrency = thread
3939
Original file line number Diff line number Diff line change 1414# Running special tests
1515set -e
1616export PL_RUNNING_SPECIAL_TESTS=1
17- DEFAULTS=" -m coverage run --source pytorch_lightning -a --parallel-mode=false - m pytest --verbose --capture=no"
17+ DEFAULTS=" -m coverage run --source pytorch_lightning -a -m pytest --verbose --capture=no"
1818python ${DEFAULTS} tests/trainer/optimization/test_manual_optimization.py::test_step_with_optimizer_closure_with_different_frequencies_ddp
1919python ${DEFAULTS} tests/models/test_sync_batchnorm.py::test_sync_batchnorm_ddp
2020python ${DEFAULTS} tests/plugins/test_deepspeed_plugin.py::test_deepspeed_multigpu
You can’t perform that action at this time.
0 commit comments