Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix all pytest warnings #3989

Merged
merged 1 commit into from
Oct 21, 2024
Merged

Conversation

jtraglia
Copy link
Member

This PR fixes these warnings that show up when running pytest. These two:

../../../venv/lib/python3.10/site-packages/trie/init.py:1
/Users/specs/venv/lib/python3.10/site-packages/trie/init.py:1: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import pkg_resources

../../../venv/lib/python3.10/site-packages/pkg_resources/init.py:3154
/Users/specs/venv/lib/python3.10/site-packages/pkg_resources/init.py:3154: DeprecationWarning: Deprecated call to pkg_resources.declare_namespace('ruamel').
Implementing implicit namespace packages (as specified in PEP 420) is preferred to pkg_resources.declare_namespace. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
declare_namespace(pkg)

The solution is to update the trie package. It fixes both.

@jtraglia jtraglia merged commit eff1f6d into ethereum:dev Oct 21, 2024
25 checks passed
@jtraglia jtraglia deleted the fix-pytest-warnings branch October 21, 2024 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant