Merge pull request #1924 from tomaszdrozdz/strict_markers_for_pytest

Adding --strict-markers for pytest
This commit is contained in:
Adam Hopkins 2020-09-27 11:18:24 +03:00 committed by GitHub
commit 0b7eb49839
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 =