From be30a75c4f927c30374a802f3147b5fc86c5daca Mon Sep 17 00:00:00 2001 From: Stevenson Michel Date: Tue, 2 Dec 2025 14:28:12 -0500 Subject: [PATCH] Removal of Warning for Distro Deprecation (#16193) remove warning for distro deprecation --- pytest.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pytest.ini b/pytest.ini index b26eb5ab75..5dd99bae2d 100644 --- a/pytest.ini +++ b/pytest.ini @@ -67,10 +67,6 @@ filterwarnings = # FIXME: Figure this out, fix and then delete the entry. once::django.core.paginator.UnorderedObjectListWarning:rest_framework.pagination - # FIXME: Replace use of `distro.linux_distribution()` via a context manager - # FIXME: in `awx/main/analytics/collectors.py` and then delete the entry. - once:distro.linux_distribution.. is deprecated. It should only be used as a compatibility shim with Python's platform.linux_distribution... Please use distro.id.., distro.version.. and distro.name.. instead.:DeprecationWarning:awx.main.analytics.collectors - # FIXME: Use `codecs.open()` via a context manager # FIXME: in `awx/main/utils/ansible.py` to close hanging file descriptors # FIXME: and then delete the entry.