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