From 0009db8a33e707042d20829ceceeec8bd3acbaf0 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Fri, 29 Nov 2019 14:14:55 +0100 Subject: [PATCH] Reduce verbosity in fast-tests Otherwise compilation issues are missed. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d2edf0c..bde250e 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ test: fast-test: python3 setup.py build_ext -i - python3 -m pytest tests -v + python3 -m pytest tests ci: while inotifywait -e CLOSE_WRITE tests/test_*.py; do \ -- 2.39.5