From daeb75fbd7c473fa67ec8f7be66602ca302c9c05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Eckel?= Date: Mon, 16 Jan 2023 10:57:13 +0100 Subject: [PATCH] removed predefined pytest module definitions --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 01b5ef6..423dc14 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,7 +1,7 @@ [pytest] testpaths = tests/ norecursedirs = .* *.egg *.egg-info env* devenv* docs -addopts = -m "not abci" +#addopts = -m "not abci" looponfailroots = planetmint tests asyncio_mode = strict markers =