mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-18 04:02:35 +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
|
license_files = LICENSE.md
|
||||||
|
|
||||||
[tool:pytest]
|
[tool:pytest]
|
||||||
addopts=--tb=short --strict-markers -ra
|
addopts = -v --tb=short --strict-markers -ra
|
||||||
testspath = tests
|
testpaths = tests
|
||||||
filterwarnings = ignore:CoreAPI compatibility is deprecated*:rest_framework.RemovedInDRF317Warning
|
filterwarnings = ignore:CoreAPI compatibility is deprecated*:rest_framework.RemovedInDRF317Warning
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user