From 5e834677d6686cd19d524f88a1a75d07a4ca6dc4 Mon Sep 17 00:00:00 2001 From: tgoddessana Date: Tue, 2 Apr 2024 15:55:10 +0900 Subject: [PATCH] fix: Remove invalid pytest option in `setup.cfg`, improve readability --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index e7e288816..3d9f8f2ac 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]