diff --git a/pylib/Makefile b/pylib/Makefile index 73b0e165e..100ed2d2d 100644 --- a/pylib/Makefile +++ b/pylib/Makefile @@ -54,7 +54,7 @@ CHECKDEPS := $(shell find anki tests -name '*.py' | grep -v buildinfo.py) @touch $@ .build/test: $(CHECKDEPS) - python -m pytest --durations=1 + python -m pytest --durations=1 -s @touch $@ .build/lint: $(CHECKDEPS) diff --git a/qt/Makefile b/qt/Makefile index 1643ed53b..752405f56 100644 --- a/qt/Makefile +++ b/qt/Makefile @@ -74,7 +74,7 @@ CHECKDEPS := $(shell find aqt tests -name '*.py' | grep -v buildinfo.py) @touch $@ .build/test: $(CHECKDEPS) - python -m pytest + python -m pytest -s @touch $@ .build/lint: $(CHECKDEPS)