diff --git a/setup.cfg b/setup.cfg index 39a5e5b92..487d99db9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ license_files = LICENSE.md [tool:pytest] addopts=--tb=short --strict-markers -ra testspath = tests -filterwarnings = ignore:CoreAPI compatibility is deprecated*:rest_framework.RemovedInDRF315Warning +filterwarnings = ignore:CoreAPI compatibility is deprecated*:rest_framework.RemovedInDRF317Warning [flake8] ignore = E501,W503,W504