From ae805d6e312620ba16a0aa688a5f4cbc1b11dd85 Mon Sep 17 00:00:00 2001 From: Graham Dixon Date: Mon, 8 Nov 2021 11:57:01 +0000 Subject: [PATCH] fix: adds reuse-db flag to pytest runs --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 7becb701e77..e1578f3c989 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,6 +1,6 @@ [pytest] # additional options -addopts = -p no:ethereum +addopts = -p no:ethereum --reuse-db # skip looking in the these directories for tests norecursedirs =