Skip to content

Commit

Permalink
Merge pull request #1924 from tomaszdrozdz/strict_markers_for_pytest
Browse files Browse the repository at this point in the history
Adding --strict-markers for pytest
  • Loading branch information
ahopkins authored Sep 27, 2020
2 parents 58e1513 + de3b40c commit 0b7eb49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ commands =
[pytest]
filterwarnings =
ignore:.*async with lock.* instead:DeprecationWarning
addopts = --strict-markers
markers =
asyncio

[testenv:security]
deps =
Expand Down

0 comments on commit 0b7eb49

Please sign in to comment.