Skip to content

Commit de88ed8

Browse files
authored
Merge pull request #119 from stlehmann/strict-markers
--strict-markers for pytest
2 parents 753e39b + f6c7ce3 commit de88ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ commands =
1212
pytest {posargs}
1313

1414
[pytest]
15-
addopts = --strict
15+
addopts = --strict-markers
1616
testpaths = tests
1717
xfail_strict = true

0 commit comments

Comments
 (0)