mirror of
https://github.com/planetmint/planetmint.git
synced 2025-10-14 00:59:17 +00:00
Merge pull request #29 from Sangatdas/main
Reduce deprecation warnings in tests
This commit is contained in:
commit
f97b36f4de
@ -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
|
||||||
|
@ -430,7 +430,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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user