From bc6d5341cc179de236654dcd03772596952f8bfb Mon Sep 17 00:00:00 2001 From: Asif Saif Uddin Date: Mon, 12 Jun 2023 12:44:45 +0600 Subject: [PATCH] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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