8000 Fix PytestDeprecationWarning: The --strict option is deprecated, use … · html5lib/html5lib-python@20c5bd7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 20c5bd7

Browse files
committed
Fix PytestDeprecationWarning: The --strict option is deprecated, use --strict-markers instead
1 parent f7cab6f commit 20c5bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[pytest]
22
# Output fails, errors, xpass, and warnings; ignore doctest; make warnings errors
3-
addopts = -rfEXw -p no:doctest --strict
3+
addopts = -rfEXw -p no:doctest --strict-markers
44

55
# Make xpass results be considered fail
66
xfail_strict = true

0 commit comments

Comments
 (0)
0