Skip to content

Commit

Permalink
ci(pytest): Mute zhon warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Jun 18, 2023
1 parent 99c1d7d commit ac78a10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[tool:pytest]
filterwarnings =
ignore:The frontend.Option(Parser)? class.*:DeprecationWarning::
ignore:The frontend.Option(Parser)? class.*:DeprecationWarning::
ignore:invalid escape sequence .*:DeprecationWarning:zhon:
addopts = --reruns=0 --tb=short --no-header --showlocals --doctest-modules
doctest_optionflags = ELLIPSIS NORMALIZE_WHITESPACE
testpaths =
Expand Down

0 comments on commit ac78a10

Please sign in to comment.