Skip to content

Commit d97b624

Browse files
committed
Adding pending deprecation to ignore list
1 parent b2be1a1 commit d97b624

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ filterwarnings =
55
error
66
# Deprecation triggered in rinoh
77
ignore:nodes.Node.traverse:DeprecationWarning
8+
# Same as above, but for python3.10 it is a pending deprecation
9+
ignore:nodes.Node.traverse:PendingDeprecationWarning
810
# More rinoh warning
911
ignore:TeX Gyre Pagella does not include:rinoh.warnings.RinohWarning

0 commit comments

Comments
 (0)