removed predefined pytest module definitions

This commit is contained in:
Jürgen Eckel 2023-01-16 10:57:13 +01:00
parent c37a4dde66
commit daeb75fbd7
No known key found for this signature in database

View File

@ -1,7 +1,7 @@
[pytest] [pytest]
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 looponfailroots = planetmint tests
asyncio_mode = strict asyncio_mode = strict
markers = markers =