From 4dac53e72600a06f8bc7b76620e664f16f1f06f0 Mon Sep 17 00:00:00 2001 From: Diego Garcia Gangl Date: Tue, 16 Apr 2024 18:41:21 -0300 Subject: [PATCH] Remove tests from checks Running tests locally has become a bit more involved recently. We can keep them out of "make check" for now, so that we can at least get some basic style checks running again. Fixes #838 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8d869f7c6c..071648c10a 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ PEP8=pycodestyle PYFLAKES=pyflakes -check: tests pep8 pyflakes +check: pep8 pyflakes # Run all of the tests. tests: