From 8ef59bc53f785786f88327c461e6a00ae284c6ce Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 3 Feb 2026 19:37:55 -0600 Subject: [PATCH] build: no tests to run yet --- tasks.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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")