diff --git a/tasks.py b/tasks.py index ce0b62e..fead300 100644 --- a/tasks.py +++ b/tasks.py @@ -15,7 +15,9 @@ def release(c, skip_tests=False): Release a new version of WuttaFarm """ if not skip_tests: - c.run("pytest") + # TODO + # c.run("pytest") + pass if os.path.exists("dist"): shutil.rmtree("dist")