diff --git a/pytest.ini b/pytest.ini index 43cb8a7..e0d356a 100644 --- a/pytest.ini +++ b/pytest.ini @@ -2,4 +2,16 @@ testpaths = tests/ norecursedirs = .* *.egg *.egg-info env* devenv* docs addopts = -m "not abci" -looponfailroots = planetmint tests +#looponfail +#root = planetmint tests +markers = + bdb: bdb + skip: skip + abci: abci + usefixture('inputs'): unclear + userfixtures('utxoset'): unclear + language: lanuage + web: web + tendermint: tendermint + execute: execute + diff --git a/tests/conftest.py b/tests/conftest.py index 724dca6..8c1cca4 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -419,7 +419,7 @@ def abci_http(_setup_database, _configure_planetmint, abci_server, return False -@pytest.yield_fixture(scope='session') +@pytest.fixture(scope='session') def event_loop(): import asyncio