mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 04:30:05 -03:30
AAP-27502 Try removing coreapi for deprecation warning (#15804)
Try removing coreapi for deprecation warning
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user