diff --git a/setup.cfg b/setup.cfg index 3ab2e127f54..f55102a910b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,3 +4,6 @@ test=pytest [flake8] extend-ignore = E203, W503 max-line-length = 88 + +[tool:pytest] +addopts = -rs