diff --git a/pylib/Makefile b/pylib/Makefile index c7d56fd62..cd2918b46 100644 --- a/pylib/Makefile +++ b/pylib/Makefile @@ -55,7 +55,7 @@ CHECKDEPS := $(shell find anki tests -name '*.py' | grep -v buildhash.py) @touch $@ .build/test: $(CHECKDEPS) - python -m pytest + python -m pytest --durations=1 @touch $@ .build/lint: $(CHECKDEPS)