Merge pull request #126 from PR0M3TH3AN/codex/configure-pytest-to-ignore-deprecationwarning

Ignore multiprocessing warning in tests
This commit is contained in:
thePR0M3TH3AN
2025-07-01 22:52:27 -04:00
committed by GitHub

View File

@@ -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