Skip to content

Commit

Permalink
fix: Remove invalid pytest option in setup.cfg, improve readability
Browse files Browse the repository at this point in the history
  • Loading branch information
TGoddessana committed Apr 2, 2024
1 parent 085b7e1 commit 5e83467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 5e83467

Please sign in to comment.