build: no tests to run yet

This commit is contained in:
Lance Edgar 2026-02-03 19:37:55 -06:00
parent ec06c299d5
commit 8ef59bc53f

View file

@ -15,7 +15,9 @@ def release(c, skip_tests=False):
Release a new version of WuttaFarm Release a new version of WuttaFarm
""" """
if not skip_tests: if not skip_tests:
c.run("pytest") # TODO
# c.run("pytest")
pass
if os.path.exists("dist"): if os.path.exists("dist"):
shutil.rmtree("dist") shutil.rmtree("dist")