mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-08 23:38:49 +00:00
Merge pull request #126 from PR0M3TH3AN/codex/configure-pytest-to-ignore-deprecationwarning
Ignore multiprocessing warning in tests
This commit is contained in:
@@ -7,3 +7,5 @@ testpaths = src/tests
|
|||||||
markers =
|
markers =
|
||||||
network: tests that require network connectivity
|
network: tests that require network connectivity
|
||||||
stress: long running stress tests
|
stress: long running stress tests
|
||||||
|
filterwarnings =
|
||||||
|
ignore::DeprecationWarning:multiprocessing.popen_fork
|
||||||
|
Reference in New Issue
Block a user