Skip to content

replace uses of pkg_resources #7435

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

Closed
yarikoptic opened this issue Jun 25, 2023 · 1 comment · Fixed by #7439
Closed

replace uses of pkg_resources #7435

yarikoptic opened this issue Jun 25, 2023 · 1 comment · Fixed by #7439
Assignees

Comments

@yarikoptic
Copy link
Member

we got

FAILED ../core/local/tests/test_create.py::test_create_withcfg - DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
FAILED ../core/local/tests/test_create.py::test_bad_cfg_proc - DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
FAILED ../local/tests/test_addurls.py::TestAddurls::test_addurls_create_newdataset - DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
FAILED ../local/tests/test_addurls.py::TestAddurls::test_addurls_subdataset - DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
FAILED ../local/tests/test_run_procedure.py::test_run_proc_with_dict - DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
FAILED ../resources/procedures/tests/test_noannex.py::test_noannex_simple - DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
FAILED ../resources/procedures/tests/test_noannex.py::test_noannex_create_force - DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
FAILED ../local/tests/test_run_procedure.py::test_invalid_call - DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
FAILED ../local/tests/test_run_procedure.py::test_dirty - DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
FAILED ../local/tests/test_run_procedure.py::test_procedure_discovery - DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
FAILED ../local/tests/test_run_procedure.py::test_configs - DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
FAILED ../local/tests/test_run_procedure.py::test_spaces - DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
FAILED ../local/tests/test_run_procedure.py::test_text2git - DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html

for which I will workaround by ignoring it for now, but should be addressed properly following the recommendations.

yarikoptic added a commit to yarikoptic/datalad that referenced this issue Jun 25, 2023
yarikoptic added a commit that referenced this issue Aug 1, 2023
Eliminate uses of `pkg_resources`
@yarikoptic-gitmate
Copy link
Collaborator

Issue fixed in 0.19.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants