From 67ee020210e7237bad6aad7b290c53a392536252 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Tue, 1 Jul 2025 22:51:11 -0400 Subject: [PATCH] Ignore multiprocessing DeprecationWarning --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pytest.ini b/pytest.ini index 2c87d77..1aa25c7 100644 --- a/pytest.ini +++ b/pytest.ini @@ -7,3 +7,5 @@ testpaths = src/tests markers = network: tests that require network connectivity stress: long running stress tests +filterwarnings = + ignore::DeprecationWarning:multiprocessing.popen_fork