Skip to content

Commit

Permalink
Fix typo in setup.cfg setting
Browse files Browse the repository at this point in the history
  • Loading branch information
peterthomassen committed Apr 30, 2024
1 parent ab681f2 commit b34bde4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ license_files = LICENSE.md

[tool:pytest]
addopts=--tb=short --strict-markers -ra
testspath = tests
testpaths = tests
filterwarnings = ignore:CoreAPI compatibility is deprecated*:rest_framework.RemovedInDRF317Warning

[flake8]
Expand Down

0 comments on commit b34bde4

Please sign in to comment.