You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting a deprecation warning related to pkg_resources when I run pytest with pyfiglet installed
Steps to Reproduce:
Install pyfiglet.
Run pytest.
Expected Behavior:
Tests run without any warnings from pyfiglet.
Actual Behavior:
I get the following DeprecationWarning:
(...)/venv/lib/python3.11/site-packages/pyfiglet/__init__.py:11:
DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import pkg_resources