From 71f42c07e9cb5dae1eab425b2991ef25e08ee555 Mon Sep 17 00:00:00 2001 From: Alexander Goscinski Date: Wed, 3 Jul 2024 20:45:48 +0200 Subject: [PATCH] increase reruns --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b6d97c9..6e5e82e 100644 --- a/tox.ini +++ b/tox.ini @@ -74,7 +74,7 @@ deps = commands = # converts the python files to ipython notebooks jupytext tests/notebooks/*.py --to ipynb - pytest {posargs:-v} --driver Firefox --reruns 2 + pytest {posargs:-v} --driver Firefox --reruns 3 [testenv:coverage]