From ac78a102a78995b48d5b7529a10336daba3860f6 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sun, 18 Jun 2023 08:30:09 -0500 Subject: [PATCH] ci(pytest): Mute zhon warnings --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 79d85e0c..1215ea40 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 =