Skip to content

Commit c8c9495

Browse files
committed
ignore downsream warnings
1 parent bf6f34b commit c8c9495

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[pytest]
22
doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS IGNORE_EXCEPTION_DETAIL
33
addopts = --durations=10
4+
filterwarnings =
5+
ignore:PY_SSIZE_T_CLEAN will be required.*:DeprecationWarning
46

0 commit comments

Comments
 (0)