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