We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2be1a1 commit d97b624Copy full SHA for d97b624
1 file changed
setup.cfg
@@ -5,5 +5,7 @@ filterwarnings =
5
error
6
# Deprecation triggered in rinoh
7
ignore:nodes.Node.traverse:DeprecationWarning
8
+ # Same as above, but for python3.10 it is a pending deprecation
9
+ ignore:nodes.Node.traverse:PendingDeprecationWarning
10
# More rinoh warning
11
ignore:TeX Gyre Pagella does not include:rinoh.warnings.RinohWarning
0 commit comments