mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-16 19:22:24 +03:00
fix: Remove invalid pytest option in setup.cfg
, improve readability
This commit is contained in:
parent
085b7e166b
commit
5e834677d6
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue
Block a user