diff --git a/tests/__main__.py b/tests/__main__.py index ba115ae681..43521bf0a6 100644 --- a/tests/__main__.py +++ b/tests/__main__.py @@ -18,3 +18,4 @@ " --cov=dvc {params} --durations=0".format(params=params) ) check_call(cmd, shell=True) +pass