7 lines
275 B
INI
7 lines
275 B
INI
|
A
|
[pytest]
|
||
|
|
# asn1tools (used for optional SAIP generation) emits many pyparsing deprecation
|
||
|
|
# warnings when compiling the ASN.1 schema; they are upstream and not actionable.
|
||
|
|
filterwarnings =
|
||
|
|
ignore::DeprecationWarning:asn1tools.*
|
||
|
|
ignore::DeprecationWarning:pyparsing.*
|