diff --git a/setup.cfg b/setup.cfg index e7e288816f..3d9f8f2ac6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,8 +2,8 @@ license_files = LICENSE.md [tool:pytest] -addopts=--tb=short --strict-markers -ra -testspath = tests +addopts = -v --tb=short --strict-markers -ra +testpaths = tests filterwarnings = ignore:CoreAPI compatibility is deprecated*:rest_framework.RemovedInDRF317Warning [flake8]