Skip to content

Resolve jsonrpcclient warning in python tests #3082

Closed
@darwintree

Description

Python would warn jsonrpcclient deprecation warning:

DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
    from pkg_resources import resource_string

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html

It can be seen from tests that jsonrpcclient.exceptions and jsonrpcclient.clients module are required. And this module is removed in a higher version of jsonrpcclient.

It should be examined which module relies on jsonrpcclient and if it can be removed or updated

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions