From 8d8175e7ba5ccf142108d5e1e49dd51d6b132f19 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 9 Dec 2022 13:21:52 -0300 Subject: [PATCH] Debug Firefox error --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index 443d21e..f095f51 100644 --- a/tasks.py +++ b/tasks.py @@ -137,7 +137,7 @@ def docs(ctx, python_version=None): @invoke.task def test(ctx): print_message('test'.format(), color=Fore.BLUE, bright=True) - cmd = 'pytest --cov=qmxgraph --timeout=60 -v --durations=10' + cmd = 'pytest --cov=qmxgraph --timeout=60 -v --durations=10 -x' import subprocess