From 96aba297bebea8b07a6677203a33f40d660382a2 Mon Sep 17 00:00:00 2001 From: Leonardo macOS Date: Wed, 18 Sep 2024 20:41:16 +0200 Subject: [PATCH] forgot to rm a line --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 948e15f4..20914afa 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,6 @@ pytest: $(RUN) pytest test-docs: - $(DOCTEST) src/malco/*.py src/malco/*/*.py $(DOCTEST) src/malco/runner.py src/malco/run/*.py src/malco/prepare/*.py src/malco/post_process/*.py %-doctest: %