Add asyncio markers to tox.ini
This commit is contained in:
parent
9a8e49751d
commit
efa0aaf2c2
2
tox.ini
2
tox.ini
|
@ -56,6 +56,8 @@ commands =
|
||||||
filterwarnings =
|
filterwarnings =
|
||||||
ignore:.*async with lock.* instead:DeprecationWarning
|
ignore:.*async with lock.* instead:DeprecationWarning
|
||||||
addopts = --strict-markers
|
addopts = --strict-markers
|
||||||
|
markers =
|
||||||
|
asyncio
|
||||||
|
|
||||||
[testenv:security]
|
[testenv:security]
|
||||||
deps =
|
deps =
|
||||||
|
|
Loading…
Reference in New Issue
Block a user