============================= test session starts ==============================
platform linux -- Python 3.8.3, pytest-5.4.3, py-1.9.0, pluggy-0.13.1
rootdir: /home/aryaman4/pytorch-lightning, inifile: setup.cfg
plugins: cov-2.10.0, flake8-1.0.6
collected 592 items

test_deprecated.py ....                                                  [  0%]
test_profiler.py ..................                                      [  3%]
base/datasets.py ..                                                      [  4%]
base/model_template.py .                                                 [  4%]
callbacks/test_callbacks.py ...........                                  [  6%]
callbacks/test_early_stopping.py ......                                  [  7%]
callbacks/test_lr_logger.py ....                                         [  7%]
callbacks/test_model_checkpoint.py .........                             [  9%]
callbacks/test_progress_bar.py ..............                            [ 11%]
core/test_decorators.py ssss                                             [ 12%]
core/test_memory.py ..ssssss......................                       [ 17%]
loggers/test_all.py .................                                    [ 20%]
loggers/test_base.py ......                                              [ 21%]
loggers/test_comet.py .                                                  [ 21%]
loggers/test_mlflow.py .                                                 [ 21%]
loggers/test_neptune.py ....                                             [ 22%]
loggers/test_tensorboard.py ..........                                   [ 23%]
loggers/test_wandb.py ..                                                 [ 24%]
metrics/test_classification.py ..................................        [ 30%]
metrics/test_converters.py ......s.s.s.                                  [ 32%]
metrics/test_metrics.py ...                                              [ 32%]
metrics/test_regression.py ........                                      [ 33%]
metrics/test_sklearn.py ...........                                      [ 35%]
metrics/functional/test_classification.py .............................. [ 40%]
........................                                                 [ 44%]
metrics/functional/test_reduction.py .                                   [ 45%]
models/test_amp.py sssssss.                                              [ 46%]
models/test_cpu.py ...........                                           [ 48%]
models/test_gpu.py sssssssssss.......................................... [ 57%]
.............s                                                           [ 59%]
models/test_grad_norm.py ........                                        [ 60%]
models/test_hooks.py ....s                                               [ 61%]
models/test_horovod.py sssss                                             [ 62%]
models/test_hparams.py .........................                         [ 66%]
models/test_restore.py ss..s..                                           [ 68%]
models/test_tpu.py ssssssssss.....                                       [ 70%]
trainer/test_checks.py ....                                              [ 71%]
trainer/test_dataloaders.py ...........................................s [ 78%]
s......                                                                  [ 79%]
trainer/test_lr_finder.py .........                                      [ 81%]
trainer/test_optimizers.py ........                                      [ 82%]
trainer/test_trainer.py ................................................ [ 90%]
...........sssssssss.ss.                                                 [ 94%]
trainer/test_trainer_cli.py ............ss....                           [ 97%]
trainer/test_trainer_steps.py ...                                        [ 98%]
trainer/test_trainer_tricks.py ........                                  [ 99%]
utilities/test_apply_func.py .                                           [100%]

=============================== warnings summary ===============================
/home/aryaman4/pytorch-lightning/pytorch_lightning/utilities/apply_func.py:2
/home/aryaman4/pytorch-lightning/pytorch_lightning/utilities/apply_func.py:2
  /home/aryaman4/pytorch-lightning/pytorch_lightning/utilities/apply_func.py:2: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working
    from collections import Mapping, Sequence

/home/aryaman4/anaconda3/envs/pl-env/lib/python3.8/site-packages/comet_ml/monkey_patching.py:19
  /home/aryaman4/anaconda3/envs/pl-env/lib/python3.8/site-packages/comet_ml/monkey_patching.py:19: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
    import imp

/home/aryaman4/anaconda3/envs/pl-env/lib/python3.8/site-packages/graphql/type/directives.py:55
  /home/aryaman4/anaconda3/envs/pl-env/lib/python3.8/site-packages/graphql/type/directives.py:55: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working
    assert isinstance(locations, collections.Iterable), 'Must provide locations for directive.'

base/models.py:67
  /home/aryaman4/pytorch-lightning/tests/base/models.py:67: PytestCollectionWarning: cannot collect test class 'TestGAN' because it has a __init__ constructor (from: tests/models/test_horovod.py)
    class TestGAN(LightningModule):

tests/test_deprecated.py::test_tbd_remove_in_v0_9_0_trainer
tests/test_deprecated.py::test_tbd_remove_in_v0_9_0_trainer
  /home/aryaman4/pytorch-lightning/pytorch_lightning/utilities/distributed.py:25: DeprecationWarning: Attribute `show_progress_bar` is now set by `progress_bar_refresh_rate` since v0.7.2 and this method will be removed in v0.9.0
    warnings.warn(*args, **kwargs)

tests/callbacks/test_callbacks.py: 8 tests with warnings
tests/callbacks/test_model_checkpoint.py: 7 tests with warnings
tests/models/test_cpu.py: 3 tests with warnings
tests/models/test_hooks.py: 1 test with warning
tests/models/test_hparams.py: 15 tests with warnings
  /home/aryaman4/pytorch-lightning/pytorch_lightning/utilities/distributed.py:25: UserWarning: You requested to overfit but enabled training dataloader shuffling. We are turning it off for you.
    warnings.warn(*args, **kwargs)

tests/callbacks/test_callbacks.py: 9 tests with warnings
tests/callbacks/test_early_stopping.py: 5 tests with warnings
tests/callbacks/test_lr_logger.py: 3 tests with warnings
tests/callbacks/test_model_checkpoint.py: 7 tests with warnings
tests/callbacks/test_progress_bar.py: 5 tests with warnings
tests/loggers/test_all.py: 7 tests with warnings
tests/loggers/test_base.py: 3 tests with warnings
tests/loggers/test_neptune.py: 1 test with warning
tests/loggers/test_tensorboard.py: 1 test with warning
tests/models/test_cpu.py: 10 tests with warnings
tests/models/test_hooks.py: 4 tests with warnings
tests/models/test_hparams.py: 18 tests with warnings
tests/models/test_restore.py: 3 tests with warnings
tests/trainer/test_dataloaders.py: 30 tests with warnings
tests/trainer/test_lr_finder.py: 8 tests with warnings
tests/trainer/test_optimizers.py: 6 tests with warnings
tests/trainer/test_trainer.py: 29 tests with warnings
tests/trainer/test_trainer_tricks.py: 7 tests with warnings
  /home/aryaman4/pytorch-lightning/pytorch_lightning/utilities/distributed.py:25: UserWarning: The dataloader, val dataloader 0, does not have many workers which may be a bottleneck. Consider increasing the value of the `num_workers` argument` (try 24 which is the number of cpus on this machine) in the `DataLoader` init to improve performance.
    warnings.warn(*args, **kwargs)

tests/callbacks/test_callbacks.py: 10 tests with warnings
tests/callbacks/test_early_stopping.py: 5 tests with warnings
tests/callbacks/test_lr_logger.py: 3 tests with warnings
tests/callbacks/test_model_checkpoint.py: 7 tests with warnings
tests/callbacks/test_progress_bar.py: 5 tests with warnings
tests/loggers/test_all.py: 7 tests with warnings
tests/loggers/test_base.py: 3 tests with warnings
tests/loggers/test_neptune.py: 1 test with warning
tests/loggers/test_tensorboard.py: 1 test with warning
tests/models/test_cpu.py: 10 tests with warnings
tests/models/test_grad_norm.py: 8 tests with warnings
tests/models/test_hooks.py: 4 tests with warnings
tests/models/test_hparams.py: 19 tests with warnings
tests/models/test_restore.py: 3 tests with warnings
tests/trainer/test_dataloaders.py: 29 tests with warnings
tests/trainer/test_lr_finder.py: 8 tests with warnings
tests/trainer/test_optimizers.py: 6 tests with warnings
tests/trainer/test_trainer.py: 29 tests with warnings
tests/trainer/test_trainer_steps.py: 3 tests with warnings
tests/trainer/test_trainer_tricks.py: 7 tests with warnings
  /home/aryaman4/pytorch-lightning/pytorch_lightning/utilities/distributed.py:25: UserWarning: The dataloader, train dataloader, does not have many workers which may be a bottleneck. Consider increasing the value of the `num_workers` argument` (try 24 which is the number of cpus on this machine) in the `DataLoader` init to improve performance.
    warnings.warn(*args, **kwargs)

tests/callbacks/test_callbacks.py::test_early_stopping_functionality
tests/callbacks/test_early_stopping.py::test_early_stopping_patience[loss_values0-3-4]
tests/callbacks/test_early_stopping.py::test_early_stopping_patience[loss_values1-1-3]
tests/callbacks/test_early_stopping.py::test_early_stopping_patience[loss_values2-3-4]
  /home/aryaman4/pytorch-lightning/pytorch_lightning/utilities/distributed.py:25: DeprecationWarning: Displayed epoch numbers by `EarlyStopping` start from "1" until v0.6.x, but will start from "0" in v0.8.0.
    warnings.warn(*args, **kwargs)

tests/callbacks/test_callbacks.py: 1 test with warning
tests/callbacks/test_progress_bar.py: 5 tests with warnings
tests/loggers/test_all.py: 5 tests with warnings
tests/models/test_cpu.py: 2 tests with warnings
tests/models/test_hooks.py: 3 tests with warnings
tests/models/test_hparams.py: 2 tests with warnings
tests/models/test_restore.py: 2 tests with warnings
tests/trainer/test_dataloaders.py: 19 tests with warnings
tests/trainer/test_trainer.py: 10 tests with warnings
tests/trainer/test_trainer_tricks.py: 1 test with warning
  /home/aryaman4/pytorch-lightning/pytorch_lightning/utilities/distributed.py:25: UserWarning: The dataloader, test dataloader 0, does not have many workers which may be a bottleneck. Consider increasing the value of the `num_workers` argument` (try 24 which is the number of cpus on this machine) in the `DataLoader` init to improve performance.
    warnings.warn(*args, **kwargs)

tests/callbacks/test_callbacks.py: 1 test with warning
tests/callbacks/test_early_stopping.py: 1 test with warning
tests/callbacks/test_model_checkpoint.py: 1 test with warning
tests/loggers/test_all.py: 5 tests with warnings
tests/loggers/test_base.py: 1 test with warning
tests/loggers/test_wandb.py: 1 test with warning
tests/models/test_restore.py: 1 test with warning
tests/trainer/test_trainer.py: 1 test with warning
tests/trainer/test_trainer_cli.py: 3 tests with warnings
  /home/aryaman4/anaconda3/envs/pl-env/lib/python3.8/site-packages/torch/storage.py:34: FutureWarning: pickle support for Storage will be removed in 1.5. Use `torch.save` instead
    warnings.warn("pickle support for Storage will be removed in 1.5. Use `torch.save` instead", FutureWarning)

tests/callbacks/test_early_stopping.py::test_resume_early_stopping_from_checkpoint
  /home/aryaman4/pytorch-lightning/pytorch_lightning/utilities/distributed.py:25: DeprecationWarning: Attribute `kth_best_model` has been renamed to `kth_best_model_path` since v0.8.0 and will be removed in v0.10.0
    warnings.warn(*args, **kwargs)

tests/callbacks/test_model_checkpoint.py: 7 tests with warnings
tests/trainer/test_trainer_cli.py: 5 tests with warnings
  /home/aryaman4/pytorch-lightning/pytorch_lightning/utilities/distributed.py:25: DeprecationWarning: Argument `overfit_pct` is now set by `overfit_batches` since v0.8.0 and this argument will be removed in v0.10.0
    warnings.warn(*args, **kwargs)

tests/loggers/test_all.py::test_loggers_fit_test[CometLogger]
  /home/aryaman4/anaconda3/envs/pl-env/lib/python3.8/site-packages/comet_ml/experiment.py:560: DeprecationWarning: isAlive() is deprecated, use is_alive() instead
    self.gpu_thread.isAlive(),

tests/loggers/test_all.py::test_loggers_fit_test[CometLogger]
  /home/aryaman4/anaconda3/envs/pl-env/lib/python3.8/site-packages/comet_ml/experiment.py:575: DeprecationWarning: isAlive() is deprecated, use is_alive() instead
    self.cpu_thread.isAlive(),

tests/metrics/test_classification.py::test_accuracy[1]
tests/metrics/test_classification.py::test_fbeta[0.0-1]
tests/metrics/test_classification.py::test_fbeta[0.5-1]
tests/metrics/test_classification.py::test_fbeta[1.0-1]
tests/metrics/test_classification.py::test_fbeta[2.0-1]
tests/metrics/test_classification.py::test_f1[1]
  /home/aryaman4/pytorch-lightning/pytorch_lightning/utilities/distributed.py:25: UserWarning: You have set 1 number of classes if different from predicted (2) and target (2) number of classes
    warnings.warn(*args, **kwargs)

tests/metrics/test_classification.py::test_precision_recall[1]
tests/metrics/test_classification.py::test_precision_recall[2.0]
tests/metrics/test_classification.py::test_average_precision[1]
tests/metrics/test_classification.py::test_average_precision[2]
tests/metrics/test_classification.py::test_multiclass_pr[4]
tests/metrics/test_classification.py::test_multiclass_pr[None]
tests/metrics/functional/test_classification.py::test_pr_curve[pred0-target0-expected_p0-expected_r0-expected_t0]
tests/metrics/functional/test_classification.py::test_average_precision[scores0-target0-0.25]
tests/metrics/functional/test_classification.py::test_average_precision[scores1-target1-0.75]
  /home/aryaman4/pytorch-lightning/pytorch_lightning/metrics/functional/classification.py:671: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor).
    thresholds = torch.tensor(reversed(thresholds[sl]))

tests/metrics/test_classification.py::test_precision[1]
tests/metrics/test_classification.py::test_recall[1]
  /home/aryaman4/pytorch-lightning/pytorch_lightning/utilities/distributed.py:25: UserWarning: You have set 1 number of classes if different from predicted (5) and target (2) number of classes
    warnings.warn(*args, **kwargs)

tests/metrics/test_regression.py::test_mse[pred0-target0-0.25]
tests/metrics/test_regression.py::test_mse[pred1-target1-3.0]
tests/metrics/test_regression.py::test_rmse[pred0-target0-0.5]
tests/metrics/test_regression.py::test_rmse[pred1-target1-1.7321]
tests/metrics/test_regression.py::test_mae[pred0-target0-0.25]
tests/metrics/test_regression.py::test_mae[pred1-target1-1.5]
tests/metrics/test_regression.py::test_rmsle[pred0-target0-0.0207]
tests/metrics/test_regression.py::test_rmsle[pred1-target1-0.2841]
  /home/aryaman4/anaconda3/envs/pl-env/lib/python3.8/site-packages/torch/nn/_reduction.py:43: UserWarning: size_average and reduce args will be deprecated, please use reduction='mean' instead.
    warnings.warn(warning.format(ret))

tests/metrics/functional/test_classification.py::test_against_sklearn[precision]
  /home/aryaman4/anaconda3/envs/pl-env/lib/python3.8/site-packages/sklearn/metrics/_classification.py:1221: UndefinedMetricWarning: Precision is ill-defined and being set to 0.0 in labels with no predicted samples. Use `zero_division` parameter to control this behavior.
    _warn_prf(average, modifier, msg_start, len(result))

tests/metrics/functional/test_classification.py::test_against_sklearn[recall]
  /home/aryaman4/anaconda3/envs/pl-env/lib/python3.8/site-packages/sklearn/metrics/_classification.py:1221: UndefinedMetricWarning: Recall is ill-defined and being set to 0.0 in labels with no true samples. Use `zero_division` parameter to control this behavior.
    _warn_prf(average, modifier, msg_start, len(result))

tests/models/test_cpu.py::test_cpu_slurm_save_load
  /home/aryaman4/pytorch-lightning/pytorch_lightning/utilities/distributed.py:25: UserWarning: Checkpoint directory /tmp/pytest-of-aryaman4/pytest-14/test_cpu_slurm_save_load0 exists and is not empty with save_top_k != 0.All files in this directory will be deleted when a checkpoint is saved!
    warnings.warn(*args, **kwargs)

tests/models/test_hparams.py::test_model_nohparams_train_test[SimpleNoArgsModel]
  /home/aryaman4/pytorch-lightning/pytorch_lightning/utilities/distributed.py:25: RuntimeWarning: You have defined a `test_dataloader()` and have defined a `test_step()`, you may also want to define `test_epoch_end()` for accumulating stats.
    warnings.warn(*args, **kwargs)

tests/models/test_tpu.py::test_exception_when_no_tpu_found
tests/trainer/test_trainer_cli.py::test_argparse_args_parsing[--auto_lr_find --auto_scale_batch_size power-expected0]
tests/trainer/test_trainer_cli.py::test_argparse_args_parsing[--auto_lr_find any_string --auto_scale_batch_size-expected1]
tests/trainer/test_trainer_cli.py::test_argparse_args_parsing[--early_stop_callback-expected2]
tests/trainer/test_trainer_cli.py::test_argparse_args_parsing[--tpu_cores=8-expected3]
tests/trainer/test_trainer_cli.py::test_argparse_args_parsing[--tpu_cores=1,-expected4]
  /home/aryaman4/pytorch-lightning/pytorch_lightning/utilities/distributed.py:25: DeprecationWarning: Argument `val_percent_check` is now set by `limit_val_batches` since v0.8.0 and this argument will be removed in v0.10.0
    warnings.warn(*args, **kwargs)

tests/models/test_tpu.py::test_exception_when_no_tpu_found
tests/trainer/test_trainer_cli.py::test_argparse_args_parsing[--auto_lr_find --auto_scale_batch_size power-expected0]
tests/trainer/test_trainer_cli.py::test_argparse_args_parsing[--auto_lr_find any_string --auto_scale_batch_size-expected1]
tests/trainer/test_trainer_cli.py::test_argparse_args_parsing[--early_stop_callback-expected2]
tests/trainer/test_trainer_cli.py::test_argparse_args_parsing[--tpu_cores=8-expected3]
tests/trainer/test_trainer_cli.py::test_argparse_args_parsing[--tpu_cores=1,-expected4]
  /home/aryaman4/pytorch-lightning/pytorch_lightning/utilities/distributed.py:25: DeprecationWarning: Argument `train_percent_check` is now set by `limit_train_batches` since v0.8.0 and this argument will be removed in v0.10.0
    warnings.warn(*args, **kwargs)

tests/trainer/test_dataloaders.py: 11 tests with warnings
tests/trainer/test_trainer.py: 1 test with warning
  /home/aryaman4/pytorch-lightning/pytorch_lightning/utilities/distributed.py:25: UserWarning: The dataloader, val dataloader 1, does not have many workers which may be a bottleneck. Consider increasing the value of the `num_workers` argument` (try 24 which is the number of cpus on this machine) in the `DataLoader` init to improve performance.
    warnings.warn(*args, **kwargs)

tests/trainer/test_dataloaders.py: 13 tests with warnings
  /home/aryaman4/pytorch-lightning/pytorch_lightning/utilities/distributed.py:25: UserWarning: The dataloader, test dataloader 1, does not have many workers which may be a bottleneck. Consider increasing the value of the `num_workers` argument` (try 24 which is the number of cpus on this machine) in the `DataLoader` init to improve performance.
    warnings.warn(*args, **kwargs)

tests/trainer/test_dataloaders.py::test_dataloaders_with_limit_percent_batches[0.0-0.0-0.0]
tests/trainer/test_dataloaders.py::test_dataloaders_with_limit_percent_batches[0-0-0.5]
tests/trainer/test_dataloaders.py::test_dataloaders_with_limit_percent_batches[1.0-1.0-1.0]
tests/trainer/test_dataloaders.py::test_dataloaders_with_limit_percent_batches[0.2-0.4-0.4]
tests/trainer/test_dataloaders.py::test_dataloaders_with_limit_num_batches[0-0-0]
tests/trainer/test_dataloaders.py::test_dataloaders_with_limit_num_batches[1-2-3]
tests/trainer/test_dataloaders.py::test_dataloaders_with_limit_num_batches[1-2-1e+50]
  /home/aryaman4/pytorch-lightning/pytorch_lightning/utilities/distributed.py:25: UserWarning: The dataloader, test dataloader 2, does not have many workers which may be a bottleneck. Consider increasing the value of the `num_workers` argument` (try 24 which is the number of cpus on this machine) in the `DataLoader` init to improve performance.
    warnings.warn(*args, **kwargs)

tests/trainer/test_dataloaders.py::test_warning_with_iterable_dataset_and_len
  /home/aryaman4/pytorch-lightning/pytorch_lightning/utilities/distributed.py:25: UserWarning: Your `IterableDataset` has `__len__` defined. In combination with multi-processing data loading (e.g. batch size > 1), this can lead to unintended side effects since the samples will be duplicated.
    warnings.warn(*args, **kwargs)

tests/trainer/test_optimizers.py::test_none_optimizer
  /home/aryaman4/pytorch-lightning/pytorch_lightning/utilities/distributed.py:25: UserWarning: `LightningModule.configure_optimizers` returned `None`, this fit will run with no optimizer
    warnings.warn(*args, **kwargs)

tests/trainer/test_trainer.py::test_no_val_end_module[True]
  /home/aryaman4/pytorch-lightning/tests/trainer/test_trainer.py:72: PytestWarning: Value of environment variable TORCH_HOME type should be str, but got local('/tmp/pytest-of-aryaman4/pytest-14/test_no_val_end_module_True_0') (type: LocalPath); converted to str implicitly
    monkeypatch.setenv('TORCH_HOME', tmpdir)

tests/trainer/test_trainer.py::test_no_val_end_module[False]
  /home/aryaman4/pytorch-lightning/tests/trainer/test_trainer.py:72: PytestWarning: Value of environment variable TORCH_HOME type should be str, but got local('/tmp/pytest-of-aryaman4/pytest-14/test_no_val_end_module_False_0') (type: LocalPath); converted to str implicitly
    monkeypatch.setenv('TORCH_HOME', tmpdir)

tests/trainer/test_trainer.py::test_resume_from_checkpoint_epoch_restored[True]
  /home/aryaman4/pytorch-lightning/tests/trainer/test_trainer.py:346: PytestWarning: Value of environment variable TORCH_HOME type should be str, but got local('/tmp/pytest-of-aryaman4/pytest-14/test_resume_from_checkpoint_ep0') (type: LocalPath); converted to str implicitly
    monkeypatch.setenv('TORCH_HOME', tmpdir)

tests/trainer/test_trainer.py::test_resume_from_checkpoint_epoch_restored[False]
  /home/aryaman4/pytorch-lightning/tests/trainer/test_trainer.py:346: PytestWarning: Value of environment variable TORCH_HOME type should be str, but got local('/tmp/pytest-of-aryaman4/pytest-14/test_resume_from_checkpoint_ep1') (type: LocalPath); converted to str implicitly
    monkeypatch.setenv('TORCH_HOME', tmpdir)

tests/trainer/test_trainer.py::test_trainer_interrupted_flag
  /home/aryaman4/pytorch-lightning/pytorch_lightning/utilities/distributed.py:25: UserWarning: Detected KeyboardInterrupt, attempting graceful shutdown...
    warnings.warn(*args, **kwargs)

tests/trainer/test_trainer.py::test_trainer_config[trainer_kwargs4-expected4]
  /home/aryaman4/pytorch-lightning/pytorch_lightning/utilities/distributed.py:25: UserWarning: num_processes is only used for distributed_backend="ddp_cpu". Ignoring it.
    warnings.warn(*args, **kwargs)

tests/trainer/test_trainer_cli.py::test_argparse_args_parsing[--auto_lr_find --auto_scale_batch_size power-expected0]
tests/trainer/test_trainer_cli.py::test_argparse_args_parsing[--auto_lr_find any_string --auto_scale_batch_size-expected1]
tests/trainer/test_trainer_cli.py::test_argparse_args_parsing[--early_stop_callback-expected2]
tests/trainer/test_trainer_cli.py::test_argparse_args_parsing[--tpu_cores=8-expected3]
tests/trainer/test_trainer_cli.py::test_argparse_args_parsing[--tpu_cores=1,-expected4]
  /home/aryaman4/pytorch-lightning/pytorch_lightning/utilities/distributed.py:25: DeprecationWarning: Argument `test_percent_check` is now set by `limit_test_batches` since v0.8.0 and this argument will be removed in v0.10.0
    warnings.warn(*args, **kwargs)

-- Docs: https://docs.pytest.org/en/latest/warnings.html
============================ slowest test durations ============================
13.33s call     tests/loggers/test_all.py::test_logger_created_on_rank_zero_only[CometLogger]
5.04s call     tests/trainer/test_trainer_tricks.py::test_trainer_arg[binsearch]
4.74s call     tests/trainer/test_trainer_tricks.py::test_trainer_arg[power]
4.53s call     tests/loggers/test_all.py::test_logger_reset_correctly[Batch-size-Finder]
4.22s call     tests/callbacks/test_model_checkpoint.py::test_model_checkpoint_no_extraneous_invocations
4.00s call     tests/test_profiler.py::test_simple_profiler_durations[a-expected0]
4.00s call     tests/test_profiler.py::test_advanced_profiler_iterable_durations[a-expected0]
4.00s call     tests/test_profiler.py::test_advanced_profiler_durations[a-expected0]
4.00s call     tests/test_profiler.py::test_simple_profiler_iterable_durations[a-expected0]
3.68s call     tests/trainer/test_dataloaders.py::test_dataloaders_with_limit_percent_batches[0.0-0.0-0.0]
3.65s call     tests/trainer/test_trainer.py::test_trainer_min_steps_and_epochs
3.16s call     tests/loggers/test_all.py::test_logger_created_on_rank_zero_only[WandbLogger]
2.82s call     tests/loggers/test_all.py::test_logger_created_on_rank_zero_only[TensorBoardLogger]
2.78s call     tests/loggers/test_all.py::test_loggers_fit_test[CometLogger]
2.77s call     tests/loggers/test_all.py::test_logger_created_on_rank_zero_only[TestTubeLogger]
2.77s call     tests/loggers/test_all.py::test_logger_created_on_rank_zero_only[NeptuneLogger]
2.19s call     tests/trainer/test_lr_finder.py::test_accumulation_and_early_stopping
2.00s call     tests/test_profiler.py::test_advanced_profiler_iterable_durations[b-expected1]
2.00s call     tests/test_profiler.py::test_advanced_profiler_durations[b-expected1]
2.00s call     tests/test_profiler.py::test_simple_profiler_durations[b-expected1]
2.00s call     tests/test_profiler.py::test_simple_profiler_iterable_durations[b-expected1]
1.99s call     tests/models/test_grad_norm.py::test_grad_tracking[5]
1.88s call     tests/models/test_grad_norm.py::test_grad_tracking[3]
1.86s call     tests/models/test_grad_norm.py::test_grad_tracking[1.25]
1.85s call     tests/models/test_grad_norm.py::test_grad_tracking[1.5]
1.85s call     tests/models/test_grad_norm.py::test_grad_tracking[10]
1.41s call     tests/models/test_cpu.py::test_multi_cpu_model_ddp
1.16s call     tests/base/datasets.py::tests.base.datasets.MNIST
1.11s call     tests/models/test_hparams.py::test_model_nohparams_train_test[SimpleNoArgsModel]
1.06s call     tests/trainer/test_trainer_tricks.py::test_call_to_trainer_method[binsearch]
1.00s call     tests/test_profiler.py::test_simple_profiler_iterable_durations[c-expected2]
1.00s call     tests/test_profiler.py::test_advanced_profiler_iterable_durations[c-expected2]
1.00s call     tests/test_profiler.py::test_advanced_profiler_durations[c-expected2]
1.00s call     tests/test_profiler.py::test_simple_profiler_durations[c-expected2]
0.84s call     tests/trainer/test_trainer_tricks.py::test_call_to_trainer_method[power]
0.82s call     tests/trainer/test_trainer_tricks.py::test_trainer_reset_correctly
0.82s call     tests/trainer/test_trainer_tricks.py::test_model_reset_correctly
0.75s call     tests/callbacks/test_early_stopping.py::test_early_stopping_patience[loss_values0-3-4]
0.71s call     tests/callbacks/test_early_stopping.py::test_early_stopping_patience[loss_values2-3-4]
0.70s call     tests/callbacks/test_callbacks.py::test_early_stopping_functionality
0.66s call     tests/callbacks/test_early_stopping.py::test_resume_early_stopping_from_checkpoint
0.57s call     tests/callbacks/test_early_stopping.py::test_early_stopping_patience[loss_values1-1-3]
0.56s call     tests/trainer/test_dataloaders.py::test_inf_train_dataloader[1.0]
0.56s call     tests/callbacks/test_early_stopping.py::test_early_stopping_no_extraneous_invocations
0.56s call     tests/trainer/test_dataloaders.py::test_inf_train_dataloader[50]
0.54s call     tests/loggers/test_all.py::test_logger_reset_correctly[LR-Finder]
0.52s call     tests/trainer/test_trainer.py::test_trainer_max_steps_and_epochs
0.47s call     tests/callbacks/test_progress_bar.py::test_progress_bar_progress_refresh[1]
0.47s call     tests/loggers/test_all.py::test_loggers_pickle[CometLogger]
0.47s call     tests/callbacks/test_progress_bar.py::test_progress_bar_progress_refresh[0]
0.46s call     tests/callbacks/test_progress_bar.py::test_progress_bar_progress_refresh[50]
0.46s call     tests/trainer/test_trainer.py::test_resume_from_checkpoint_epoch_restored[True]
0.46s teardown tests/trainer/test_trainer.py::test_no_val_end_module[True]
0.46s teardown tests/trainer/test_trainer.py::test_no_val_module[True]
0.45s call     tests/trainer/test_lr_finder.py::test_call_to_trainer_method
0.44s call     tests/trainer/test_lr_finder.py::test_trainer_arg_bool
0.43s call     tests/models/test_grad_norm.py::test_grad_tracking[inf]
0.43s call     tests/trainer/test_lr_finder.py::test_trainer_arg_str
0.42s teardown tests/trainer/test_trainer.py::test_resume_from_checkpoint_epoch_restored[True]
0.42s call     tests/models/test_cpu.py::test_lbfgs_cpu_model
0.42s call     tests/trainer/test_lr_finder.py::test_suggestion_parameters_work
0.36s call     tests/trainer/test_trainer.py::test_resume_from_checkpoint_epoch_restored[False]
0.35s call     tests/models/test_grad_norm.py::test_grad_tracking[2]
0.34s call     tests/trainer/test_trainer.py::test_test_checkpoint_path[1-best]
0.34s call     tests/trainer/test_trainer.py::test_test_checkpoint_path[2-None]
0.34s call     tests/trainer/test_trainer.py::test_test_checkpoint_path[1-specific]
0.34s call     tests/trainer/test_trainer.py::test_test_checkpoint_path[2-specific]
0.34s call     tests/trainer/test_trainer.py::test_test_checkpoint_path[2-best]
0.33s call     tests/trainer/test_trainer.py::test_test_checkpoint_path[-1-specific]
0.33s call     tests/trainer/test_trainer.py::test_test_checkpoint_path[-1-None]
0.33s call     tests/trainer/test_trainer.py::test_test_checkpoint_path[1-None]
0.32s call     tests/trainer/test_lr_finder.py::test_suggestion_with_non_finite_values
0.32s teardown tests/trainer/test_trainer.py::test_no_val_end_module[False]
0.32s teardown tests/trainer/test_trainer.py::test_no_val_module[False]
0.32s call     tests/trainer/test_trainer.py::test_test_checkpoint_path[0-None]
0.31s call     tests/models/test_restore.py::test_running_test_pretrained_model_cpu
0.30s call     tests/trainer/test_dataloaders.py::test_multiple_test_dataloader[best]
0.29s call     tests/trainer/test_dataloaders.py::test_multiple_test_dataloader[None]
0.29s call     tests/trainer/test_dataloaders.py::test_mixing_of_dataloader_options[None]
0.28s call     tests/trainer/test_trainer.py::test_test_checkpoint_path[-1-best]
0.28s call     tests/trainer/test_dataloaders.py::test_inf_val_dataloader[1.0]
0.28s call     tests/callbacks/test_model_checkpoint.py::test_model_checkpoint_path[awesome-awesome]
0.28s call     tests/trainer/test_dataloaders.py::test_multiple_test_dataloader[specific]
0.28s call     tests/callbacks/test_model_checkpoint.py::test_model_checkpoint_path[1-version_1]
0.28s call     tests/callbacks/test_lr_logger.py::test_lr_logger_multi_lrs
0.28s call     tests/trainer/test_trainer.py::test_test_checkpoint_path[0-best]
0.28s call     tests/trainer/test_trainer.py::test_test_checkpoint_path[0-specific]
0.27s call     tests/callbacks/test_model_checkpoint.py::test_model_checkpoint_path[None-version_0]
0.27s call     tests/models/test_grad_norm.py::test_grad_tracking[1.0]
0.27s call     tests/models/test_hparams.py::test_collect_init_arguments[DictConfSubClassEvalModel]
0.27s call     tests/models/test_hparams.py::test_explicit_missing_args_hparams
0.26s call     tests/models/test_hparams.py::test_collect_init_arguments[EvalModelTemplate]
0.26s call     tests/models/test_hparams.py::test_collect_init_arguments[SubClassEvalModel]
0.26s call     tests/models/test_hparams.py::test_model_ignores_non_exist_kwargument
0.26s call     tests/models/test_hparams.py::test_collect_init_arguments[SubSubClassEvalModel]
0.25s call     tests/models/test_restore.py::test_load_model_from_checkpoint
0.25s call     tests/models/test_hparams.py::test_collect_init_arguments[AggSubClassEvalModel]
0.25s call     tests/models/test_hparams.py::test_collect_init_arguments[UnconventionalArgsEvalModel]
0.24s call     tests/callbacks/test_model_checkpoint.py::test_model_checkpoint_with_non_string_input[2]
0.23s call     tests/trainer/test_dataloaders.py::test_dataloaders_with_limit_percent_batches[1.0-1.0-1.0]
0.22s call     tests/models/test_hparams.py::test_model_nohparams_train_test[NoArgsSubClassEvalModel]
0.22s call     tests/trainer/test_trainer.py::test_no_val_module[True]
0.21s call     tests/models/test_cpu.py::test_running_test_after_fitting
0.21s call     tests/callbacks/test_progress_bar.py::test_progress_bar_totals
0.21s call     tests/trainer/test_trainer.py::test_benchmark_option
0.20s call     tests/trainer/test_trainer.py::test_no_val_end_module[True]
0.20s call     tests/trainer/test_dataloaders.py::test_mixing_of_dataloader_options[best]
0.20s call     tests/trainer/test_dataloaders.py::test_mixing_of_dataloader_options[specific]
0.20s call     tests/callbacks/test_lr_logger.py::test_lr_logger_no_lr
0.20s call     tests/models/test_hparams.py::test_load_past_checkpoint[module_arguments]
0.20s call     tests/models/test_restore.py::test_model_saving_loading
0.19s call     tests/models/test_hooks.py::test_training_epoch_end_metrics_collection
0.19s call     tests/trainer/test_dataloaders.py::test_warning_with_few_workers[specific]
0.19s call     tests/loggers/test_all.py::test_loggers_fit_test[MLFlowLogger]
0.19s call     tests/trainer/test_dataloaders.py::test_warning_with_few_workers[best]
0.19s call     tests/trainer/test_checks.py::test_wrong_validation_settings
0.19s call     tests/callbacks/test_model_checkpoint.py::test_model_checkpoint_with_non_string_input[1]
0.19s call     tests/callbacks/test_lr_logger.py::test_lr_logger_param_groups
0.18s call     tests/callbacks/test_lr_logger.py::test_lr_logger_single_lr
0.18s call     tests/trainer/test_trainer.py::test_model_checkpoint_only_weights
0.18s call     tests/models/test_hparams.py::test_omega_conf_hparams[AssignHparamsModel]
0.18s call     tests/models/test_cpu.py::test_cpu_model
0.18s call     tests/trainer/test_trainer.py::test_no_val_module[False]
0.18s call     tests/trainer/test_dataloaders.py::test_multiple_dataloaders_passed_to_fit[specific]
0.18s call     tests/models/test_cpu.py::test_early_stopping_cpu_model
0.18s call     tests/trainer/test_trainer.py::test_no_val_end_module[False]
0.18s call     tests/trainer/test_dataloaders.py::test_multiple_val_dataloader
0.18s call     tests/loggers/test_base.py::test_adding_step_key
0.18s call     tests/trainer/test_dataloaders.py::test_multiple_dataloaders_passed_to_fit[best]
0.17s call     tests/models/test_hparams.py::test_omega_conf_hparams[SaveHparamsModel]
0.16s call     tests/trainer/test_trainer.py::test_disabled_validation
0.15s call     tests/trainer/test_dataloaders.py::test_multiple_dataloaders_passed_to_fit[None]
0.15s call     tests/trainer/test_optimizers.py::test_configure_optimizer_from_dict
0.15s call     tests/trainer/test_dataloaders.py::test_warning_with_few_workers[None]
0.14s call     tests/callbacks/test_callbacks.py::test_model_checkpoint_path[None-version_0]
0.14s call     tests/callbacks/test_callbacks.py::test_model_checkpoint_path[1-version_1]
0.14s call     tests/trainer/test_dataloaders.py::test_dataloaders_with_limit_num_batches[1-2-1e+50]
0.14s call     tests/callbacks/test_callbacks.py::test_model_checkpoint_path[awesome-awesome]
0.14s call     tests/loggers/test_all.py::test_loggers_fit_test[TestTubeLogger]
0.14s call     tests/models/test_hparams.py::test_explicit_args_hparams
0.14s call     tests/models/test_cpu.py::test_all_features_cpu_model
0.14s call     tests/callbacks/test_callbacks.py::test_model_checkpoint_with_non_string_input[-1]
0.14s teardown tests/trainer/test_trainer.py::test_resume_from_checkpoint_epoch_restored[False]
0.14s call     tests/models/test_cpu.py::test_running_test_no_val
0.13s call     tests/trainer/test_dataloaders.py::test_dataloaders_with_limit_percent_batches[0.2-0.4-0.4]
0.13s call     tests/trainer/test_trainer.py::test_nan_params_detection
0.13s call     tests/trainer/test_trainer.py::test_nan_loss_detection
0.13s call     tests/trainer/test_dataloaders.py::test_dataloaders_with_limit_num_batches[1-2-3]
0.13s call     tests/models/test_hparams.py::test_implicit_args_hparams
0.13s call     tests/models/test_cpu.py::test_simple_cpu
0.13s call     tests/trainer/test_dataloaders.py::test_all_dataloaders_passed_to_fit[best]
0.13s call     tests/trainer/test_dataloaders.py::test_all_dataloaders_passed_to_fit[specific]
0.12s call     tests/trainer/test_dataloaders.py::test_warning_with_iterable_dataset_and_len
0.12s call     tests/callbacks/test_callbacks.py::test_trainer_callback_system
0.12s call     tests/callbacks/test_callbacks.py::test_model_checkpoint_with_non_string_input[0]
0.12s call     tests/loggers/test_tensorboard.py::test_tensorboard_hparams_reload
0.11s call     tests/trainer/test_dataloaders.py::test_all_dataloaders_passed_to_fit[None]
0.11s call     tests/models/test_hooks.py::test_on_before_zero_grad_called[3]
0.11s call     tests/callbacks/test_model_checkpoint.py::test_model_checkpoint_with_non_string_input[0]
0.11s call     tests/trainer/test_checks.py::test_wrong_test_settigs
0.11s call     tests/callbacks/test_callbacks.py::test_model_checkpoint_with_non_string_input[2]
0.11s call     tests/trainer/test_trainer.py::test_testpass_overrides
0.11s call     tests/models/test_cpu.py::test_default_logger_callbacks_cpu_model
0.11s call     tests/callbacks/test_callbacks.py::test_model_checkpoint_with_non_string_input[1]
0.11s call     tests/models/test_hparams.py::test_namespace_hparams[AssignHparamsModel]
0.11s call     tests/trainer/test_trainer.py::test_trainer_subclassing
0.11s call     tests/models/test_hparams.py::test_namespace_hparams[SaveHparamsModel]
0.11s call     tests/models/test_hparams.py::test_dict_hparams[AssignHparamsModel]
0.10s call     tests/models/test_hparams.py::test_dict_hparams[SaveHparamsModel]
0.10s call     tests/trainer/test_optimizers.py::test_multi_optimizer_with_scheduling_stepping
0.10s call     tests/models/test_hooks.py::test_on_before_zero_grad_called[2]
0.10s call     tests/models/test_hooks.py::test_on_before_zero_grad_called[1]
0.10s call     tests/trainer/test_optimizers.py::test_multi_optimizer_with_scheduling
0.10s call     tests/callbacks/test_callbacks.py::test_early_stopping_no_val_step
0.10s call     tests/loggers/test_all.py::test_loggers_fit_test[NeptuneLogger]
0.09s call     tests/trainer/test_trainer.py::test_gradient_accumulation_scheduling
0.09s call     tests/models/test_cpu.py::test_cpu_slurm_save_load
0.08s call     tests/callbacks/test_model_checkpoint.py::test_model_checkpoint_with_non_string_input[-1]
0.08s call     tests/trainer/test_lr_finder.py::test_model_reset_correctly
0.08s call     tests/trainer/test_lr_finder.py::test_trainer_reset_correctly
0.08s call     tests/trainer/test_dataloaders.py::test_train_dataloader_not_implemented_error[1.0]
0.08s call     tests/trainer/test_optimizers.py::test_reduce_lr_on_plateau_scheduling
0.08s call     tests/trainer/test_dataloaders.py::test_train_val_dataloaders_passed_to_fit
0.08s call     tests/loggers/test_all.py::test_loggers_fit_test[TensorBoardLogger]
0.08s call     tests/trainer/test_dataloaders.py::test_val_dataloader_not_implemented_error[1.0]
0.07s call     tests/trainer/test_optimizers.py::test_none_optimizer
0.07s call     tests/models/test_cpu.py::test_tbptt_cpu_model
0.07s call     tests/callbacks/test_progress_bar.py::test_progress_bar_fast_dev_run
0.06s call     tests/trainer/test_dataloaders.py::test_train_dataloader_not_implemented_error[50]
0.06s call     tests/loggers/test_neptune.py::test_neptune_leave_open_experiment_after_fit
0.06s call     tests/trainer/test_dataloaders.py::test_train_dataloader_passed_to_fit
0.06s call     tests/trainer/test_optimizers.py::test_optimizer_with_scheduling
0.06s call     tests/test_deprecated.py::test_tbd_remove_in_v1_0_0_model_hooks
0.06s call     tests/trainer/test_dataloaders.py::test_fit_val_loader_only
0.06s call     tests/trainer/test_dataloaders.py::test_dataloaders_with_limit_percent_batches[0-0-0.5]
0.05s call     tests/trainer/test_trainer.py::test_gradient_clipping
0.04s call     tests/core/test_memory.py::test_hooks_removed_after_summarize[full]
0.03s call     tests/trainer/test_dataloaders.py::test_fit_train_loader_only
0.03s call     tests/trainer/test_trainer.py::test_trainer_interrupted_flag
0.03s call     tests/trainer/test_dataloaders.py::test_train_dataloader_not_implemented_error_failed
0.03s call     tests/trainer/test_dataloaders.py::test_dataloaders_with_limit_num_batches[0-0-0]
0.03s call     tests/trainer/test_dataloaders.py::test_dataloader_config_errors_runtime[dataloader_options1]
0.03s call     tests/trainer/test_dataloaders.py::test_dataloader_config_errors_runtime[dataloader_options0]
0.02s call     tests/trainer/test_checks.py::test_wrong_train_setting
0.02s call     tests/trainer/test_dataloaders.py::test_error_on_zero_len_dataloader
0.02s call     tests/trainer/test_dataloaders.py::test_train_inf_dataloader_error
0.02s call     tests/metrics/functional/test_classification.py::test_multilabel_accuracy
0.02s call     tests/metrics/test_classification.py::test_precision_recall[1]
0.02s setup    tests/test_profiler.py::test_advanced_profiler_iterable_durations[c-expected2]
0.02s call     tests/models/test_restore.py::test_model_pickle
0.02s call     tests/trainer/test_dataloaders.py::test_val_dataloader_not_implemented_error_failed
0.02s call     tests/trainer/test_dataloaders.py::test_val_inf_dataloader_error
0.02s call     tests/trainer/test_dataloaders.py::test_test_inf_dataloader_error
0.02s call     tests/trainer/test_dataloaders.py::test_test_dataloader_not_implemented_error_failed
0.02s call     tests/trainer/test_trainer_steps.py::test_full_training_loop_dict
0.02s call     tests/loggers/test_base.py::test_custom_logger
0.02s call     tests/trainer/test_lr_finder.py::test_error_on_more_than_1_optimizer
0.02s call     tests/loggers/test_base.py::test_multiple_loggers
0.02s call     tests/loggers/test_neptune.py::test_neptune_additional_methods
0.01s call     tests/models/test_amp.py::test_cpu_model_with_amp
0.01s call     tests/trainer/test_trainer_tricks.py::test_error_on_dataloader_passed_to_fit
0.01s call     tests/models/test_tpu.py::test_exception_when_no_tpu_found
0.01s call     tests/trainer/test_optimizers.py::test_optimizer_return_options
0.01s call     tests/trainer/test_checks.py::test_wrong_configure_optimizers
0.01s teardown tests/utilities/test_apply_func.py::test_recursive_application_to_collection
0.01s call     tests/models/test_hparams.py::test_hparams_save_yaml
0.01s call     tests/trainer/test_optimizers.py::test_none_optimizer_warning
0.01s call     tests/loggers/test_comet.py::test_comet_logger_online
0.01s call     tests/models/test_hparams.py::test_collect_init_arguments_with_local_vars[LocalVariableModelSuperFirst]
0.01s call     tests/models/test_hparams.py::test_single_config_models_fail[AnotherArgModel-config0]
0.01s call     tests/models/test_hparams.py::test_single_config_models_fail[OtherArgsModel-config1]
0.01s call     tests/trainer/test_trainer.py::test_model_freeze_unfreeze
0.01s call     tests/core/test_memory.py::test_rnn_summary_shapes[full]
0.01s call     tests/trainer/test_trainer_steps.py::test_training_step_dict
0.01s call     tests/trainer/test_trainer.py::test_loading_meta_tags
0.01s call     tests/trainer/test_trainer_tricks.py::test_overfit_batch_limits
0.01s call     tests/base/model_template.py::tests.base.model_template.EvalModelTemplate
0.01s call     tests/trainer/test_trainer_steps.py::test_train_step_epoch_end
0.01s setup    tests/test_profiler.py::test_advanced_profiler_durations[a-expected0]
0.01s call     tests/trainer/test_trainer.py::test_loading_yaml
0.01s call     tests/loggers/test_mlflow.py::test_mlflow_logger_exists
0.01s call     tests/loggers/test_neptune.py::test_neptune_online
0.01s call     tests/metrics/test_regression.py::test_mse[pred0-target0-0.25]
0.01s call     tests/loggers/test_neptune.py::test_neptune_offline
0.01s call     tests/trainer/test_trainer_cli.py::test_add_argparse_args_redefined_error[cli_args0]
0.01s call     tests/metrics/functional/test_classification.py::test_against_sklearn[f1_score]
0.01s call     tests/metrics/functional/test_classification.py::test_against_sklearn[fbeta_score]
0.01s call     tests/metrics/functional/test_classification.py::test_against_sklearn[recall]
0.01s call     tests/metrics/functional/test_classification.py::test_against_sklearn[precision]
0.01s setup    tests/models/test_horovod.py::test_horovod_multi_optimizer
0.01s call     tests/trainer/test_trainer_cli.py::test_add_argparse_args_redefined[cli_args1]
0.01s setup    tests/trainer/test_dataloaders.py::test_dataloader_config_errors_init[dataloader_options2]
0.01s call     tests/trainer/test_trainer_cli.py::test_add_argparse_args_redefined[cli_args0]
0.01s call     tests/trainer/test_trainer_cli.py::test_add_argparse_args_redefined_error[cli_args1]
0.01s call     tests/loggers/test_all.py::test_loggers_pickle[MLFlowLogger]
0.01s call     tests/trainer/test_trainer_cli.py::test_argparse_args_parsing[--auto_lr_find any_string --auto_scale_batch_size-expected1]
0.01s call     tests/trainer/test_trainer_cli.py::test_add_argparse_args_redefined[cli_args2]
0.01s call     tests/trainer/test_trainer_cli.py::test_argparse_args_parsing[--tpu_cores=8-expected3]
0.01s call     tests/trainer/test_trainer_cli.py::test_argparse_args_parsing[--tpu_cores=1,-expected4]
0.01s call     tests/trainer/test_trainer_cli.py::test_argparse_args_parsing[--auto_lr_find --auto_scale_batch_size power-expected0]
0.01s call     tests/trainer/test_trainer_cli.py::test_argparse_args_parsing[--early_stop_callback-expected2]
0.01s call     tests/metrics/functional/test_classification.py::test_against_sklearn[accuracy]

(0.00 durations hidden.  Use -vv to show these durations.)
========== 526 passed, 66 skipped, 535 warnings in 140.97s (0:02:20) ===========
