Skip to content

Commit 42a9af7

Browse files
committed
paralel
1 parent 677ba66 commit 42a9af7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
3838
concurrency = thread
3939

tests/special_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# Running special tests
1515
set -e
1616
export 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"
1818
python ${DEFAULTS} tests/trainer/optimization/test_manual_optimization.py::test_step_with_optimizer_closure_with_different_frequencies_ddp
1919
python ${DEFAULTS} tests/models/test_sync_batchnorm.py::test_sync_batchnorm_ddp
2020
python ${DEFAULTS} tests/plugins/test_deepspeed_plugin.py::test_deepspeed_multigpu

0 commit comments

Comments
 (0)