From cd90451f36b2328e1d13e27792ab023a42fd3db9 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 21 Nov 2023 14:50:14 +0100 Subject: [PATCH] ignore cgi deprecation warning --- .config/neomutt/pytest.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/neomutt/pytest.ini b/.config/neomutt/pytest.ini index 5a38d80..c2e2903 100644 --- a/.config/neomutt/pytest.ini +++ b/.config/neomutt/pytest.ini @@ -10,3 +10,5 @@ markers = muttctrl: test related to Mutt command interfacing current: test currently being worked on fileio: test related to file I/O +filterwarnings = + ignore:'cgi' is deprecated:DeprecationWarning -- 2.39.2