From 7fafd934cf6303d6facf6c68f8d803615cd035c9 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Thu, 29 Aug 2019 00:09:24 +0200 Subject: [PATCH] pytest: Remove --duration argument We're not going to optimize travis any longer so let's no fill logs with useless measurements. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 80d5b220a..1a8431bd4 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ endif # Timeout shortly before the 600 second travis silence timeout # (method=thread to support xdist) -PYTEST_OPTS := -v --timeout=550 --timeout_method=thread -p no:logging --duration=0 +PYTEST_OPTS := -v --timeout=550 --timeout_method=thread -p no:logging # This is where we add new features as bitcoin adds them. FEATURES :=