Skip to content

Commit 87ce599

Browse files
committed
[setup.cfg] ignore fontTools array method deprecation warnings in pytest
1 parent 8fbc29e commit 87ce599

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@ universal = 0
44
[pytype]
55
disable =
66
import-error,attribute-error
7+
8+
9+
[tool:pytest]
10+
filterwarnings =
11+
ignore:tostring:DeprecationWarning
12+
ignore:fromstring:DeprecationWarning

0 commit comments

Comments
 (0)