Fix typo in setup.cfg setting

This commit is contained in:
Peter Thomassen 2024-04-26 18:02:19 +02:00
parent ab681f2d5e
commit b34bde47d7
No known key found for this signature in database
GPG Key ID: 5203651ED2F34D28

View File

@ -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]