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.