File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,12 @@ steps:
6161 displayName : ' Get legacy checkpoints'
6262
6363- script : |
64- python -m coverage run --source pytorch_lightning -m pytest pytorch_lightning tests -v --durations=50
64+ # python -m coverage run --source pytorch_lightning -m pytest pytorch_lightning tests -v --durations=50
65+ python -m coverage run --source pytorch_lightning -m pytest pytorch_lightning tests --ignore tests/plugins/test_sharded_plugin.py --ignore tests/trainer/test_dataloaders.py --ignore tests/metrics -v --durations=50
66+ # Todo: Find why those tests are failing when run in the main pytest.
67+ python -m coverage run -a --source pytorch_lightning -m pytest tests/metrics -v --durations=25 # --flake8
68+ python -m coverage run -a --source pytorch_lightning -m pytest tests/plugins/test_sharded_plugin.py tests/trainer/test_dataloaders.py -v --durations=25 # --flake8
69+
6570 displayName : ' Testing: standard'
6671
6772- script : |
You can’t perform that action at this time.
0 commit comments