Merge pull request #1924 from tomaszdrozdz/strict_markers_for_pytest
Adding --strict-markers for pytest
This commit is contained in:
commit
0b7eb49839
3
tox.ini
3
tox.ini
|
@ -55,6 +55,9 @@ commands =
|
||||||
[pytest]
|
[pytest]
|
||||||
filterwarnings =
|
filterwarnings =
|
||||||
ignore:.*async with lock.* instead:DeprecationWarning
|
ignore:.*async with lock.* instead:DeprecationWarning
|
||||||
|
addopts = --strict-markers
|
||||||
|
markers =
|
||||||
|
asyncio
|
||||||
|
|
||||||
[testenv:security]
|
[testenv:security]
|
||||||
deps =
|
deps =
|
||||||
|
|
Loading…
Reference in New Issue
Block a user