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 =