bigchaindb/pytest.ini
codegeschrei efd79032a4 Problem: There are unnecessary markers
Solution: remove the tendermint marker for tests
2018-09-06 17:04:23 +02:00

6 lines
141 B
INI

[pytest]
testpaths = tests/
norecursedirs = .* *.egg *.egg-info env* devenv* docs
addopts = -m "not abci"
looponfailroots = bigchaindb tests