From 78cf06db967ce543f4c37c105598de7117d96db6 Mon Sep 17 00:00:00 2001 From: Nick Pegg Date: Sat, 26 Apr 2025 17:42:18 -0700 Subject: [PATCH] Don't run pytest with no tests --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2b99c41..d104761 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,8 @@ lint: test: poetry run mypy . - poetry run pytest + # No tests yet lol + # poetry run pytest # Faster tests, only running what's changed test-fast: