Skip to content

Commit 3ab6583

Browse files
authored
Drop unknown pytest config option: strict (#537)
Fixes the warning when running tests: .tox/.../lib/python3.9/site-packages/_pytest/config/__init__.py:1233 .../pyjwt/.tox/.../lib/python3.9/site-packages/_pytest/config/__init__.py:1233: PytestConfigWarning: Unknown config option: strict self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")
1 parent c69d199 commit 3ab6583

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[pytest]
2-
strict = true
32
addopts = -ra
43
testpaths = tests
54
filterwarnings =

0 commit comments

Comments
 (0)