mirror of
https://github.com/encode/django-rest-framework.git
synced 2026-02-18 05:00:33 +03:00
Ignore deprecation warnings from coreapi
This commit is contained in:
parent
a4aaf27c5e
commit
2c03b63248
|
|
@ -118,7 +118,10 @@ keep_full_version = true
|
|||
[tool.pytest.ini_options]
|
||||
addopts = "--tb=short --strict-markers -ra"
|
||||
testpaths = [ "tests" ]
|
||||
filterwarnings = [ "ignore:CoreAPI compatibility is deprecated*:rest_framework.RemovedInDRF318Warning" ]
|
||||
filterwarnings = [
|
||||
"ignore:CoreAPI compatibility is deprecated*:rest_framework.RemovedInDRF318Warning",
|
||||
"ignore:'cgi' is deprecated:DeprecationWarning",
|
||||
]
|
||||
|
||||
[tool.coverage.run]
|
||||
# NOTE: source is ignored with pytest-cov (but uses the same).
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user