mirror of
https://github.com/planetmint/planetmint.git
synced 2025-11-25 15:05:49 +00:00
fixed pytest warnings
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
cb5a19f4ad
commit
c4bd7f9522
14
pytest.ini
14
pytest.ini
@ -2,4 +2,16 @@
|
|||||||
testpaths = tests/
|
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
|
#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
|
||||||
|
|
||||||
|
|||||||
@ -419,7 +419,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