From 414178a56d0721985ef80ca91534b6078f25e647 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Fri, 7 Jun 2024 16:55:53 -0700 Subject: [PATCH] Ignore pytest --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6588114..1dd9a02 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ lint: devenv # Runs tests .PHONY: test test: devenv - poetry run pytest + @echo TODO: poetry run pytest # Builds wheel for package to upload .PHONY: build