diff --git a/setup.cfg b/setup.cfg index 87f90517cd9..28e5faf5992 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,7 +39,16 @@ tag_prefix = parentdir_prefix = distributed- [tool:pytest] -addopts = -v -rsxfE --durations=20 --color=yes --ignore=continuous_integration --ignore=docs --ignore=.github --strict-markers --strict-config -p no:asyncio +addopts = + -v -rsxfE + --durations=20 + --color=yes + --ignore=continuous_integration + --ignore=docs + --ignore=.github + --strict-markers + --strict-config + -p no:asyncio filterwarnings = error ignore:Please use `dok_matrix` from the `scipy\.sparse` namespace, the `scipy\.sparse\.dok` namespace is deprecated.:DeprecationWarning