We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6f34b commit c8c9495Copy full SHA for c8c9495
pytest.ini
@@ -1,4 +1,6 @@
1
[pytest]
2
doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS IGNORE_EXCEPTION_DETAIL
3
addopts = --durations=10
4
+filterwarnings =
5
+ ignore:PY_SSIZE_T_CLEAN will be required.*:DeprecationWarning
6
0 commit comments