From 66ab092a29fd74bf3010f24027391b2e18fbbcb6 Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Fri, 31 Jan 2025 16:01:40 -0500 Subject: [PATCH] Try removing coreapi for deprecation warning --- pytest.ini | 4 ---- requirements/requirements_dev.txt | 1 - 2 files changed, 5 deletions(-) diff --git a/pytest.ini b/pytest.ini index 55d0e5bc965f..80fe321d6a82 100644 --- a/pytest.ini +++ b/pytest.ini @@ -15,10 +15,6 @@ markers = filterwarnings = error - # NOTE: The following are introduced upgrading python 3.11 to python 3.12 - # FIXME: Upgrade django-polymorphic https://github.com/jazzband/django-polymorphic/pull/541 - once:Deprecated call to `pkg_resources.declare_namespace\('sphinxcontrib'\)`.\nImplementing implicit namespace packages \(as specified in PEP 420\) is preferred to `pkg_resources.declare_namespace`.:DeprecationWarning - # FIXME: Upgrade protobuf https://github.com/protocolbuffers/protobuf/issues/15077 once:Type google._upb._message.* uses PyType_Spec with a metaclass that has custom tp_new:DeprecationWarning diff --git a/requirements/requirements_dev.txt b/requirements/requirements_dev.txt index 7dfc0f67a942..07dd8b104409 100644 --- a/requirements/requirements_dev.txt +++ b/requirements/requirements_dev.txt @@ -1,5 +1,4 @@ build -coreapi django-debug-toolbar==3.2.4 django-test-migrations drf-yasg