diff --git a/setup.cfg b/setup.cfg index 8e41e5d..adbfa26 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,10 +34,10 @@ ignore = F821 [aliases] -test = pytest tests/ +test = pytest [tool:pytest] -addopts = --verbose +addopts = --verbose tests/ filterwarnings = ignore::UserWarning markers =