Merge branch 'planetmint:main' into main

This commit is contained in:
Arpit Shukla 2022-02-03 18:41:40 +01:00 committed by GitHub
commit 32923e80a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -3,3 +3,10 @@ testpaths = tests/
norecursedirs = .* *.egg *.egg-info env* devenv* docs norecursedirs = .* *.egg *.egg-info env* devenv* docs
addopts = -m "not abci" addopts = -m "not abci"
looponfailroots = planetmint tests looponfailroots = planetmint tests
asyncio_mode = strict
markers =
userfixtures
language
tendermint
usefixture
execute

View File

@ -438,7 +438,7 @@ def abci_http(_setup_database, _configure_planetmint, abci_server,
return False return False
@pytest.yield_fixture(scope='session') @pytest.fixture(scope='session')
def event_loop(): def event_loop():
import asyncio import asyncio