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

DeprecationWarning from test_combo_field_icon_formatter #527

Closed
mdickinson opened this issue Jun 1, 2020 · 2 comments
Closed

DeprecationWarning from test_combo_field_icon_formatter #527

mdickinson opened this issue Jun 1, 2020 · 2 comments
Labels
component: test suite Issues related to testing, test support, test interactions... difficulty: easy Issues which don't need much/any context about the package. Good First Issue

Comments

@mdickinson
Copy link
Member

There's a DeprecationWarning from the test_combo_field tests on Python 3.8.

test_combo_field_icon_formatter (pyface.fields.tests.test_combo_field.TestComboField) ... /Users/mdickinson/.venvs/traits/lib/python3.8/site-packages/pkg_resources/__init__.py:1156: DeprecationWarning: Use of .. or absolute path in a resource path is not allowed and will raise exceptions in a future release.
  return get_provider(package_or_requirement).get_resource_string(
ok
@rahulporuri rahulporuri added component: test suite Issues related to testing, test support, test interactions... difficulty: easy Issues which don't need much/any context about the package. labels Jul 17, 2020
@DiddiLeija
Copy link
Contributor

Hello, I would like to take this issue (if no one's on it). What do I have to do?

@rahulporuri
Copy link
Contributor

Thanks for showing interest in contributing to pyface @DiddiLeija . This issue though might be outdated/closed already. The deprecation warning is coming from pkg_resources and we don't use pkg_resources in pyface anymore - we replaced its usage with importlib_resources and importlib_metadata.

I'm closing this issue as I am unable to reproduce it locally.

If you're interested @DiddiLeija , you can look at some other issues labeled "good first issue" in the pyface or other ETS repositories.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: test suite Issues related to testing, test support, test interactions... difficulty: easy Issues which don't need much/any context about the package. Good First Issue
Projects
None yet
Development

No branches or pull requests

3 participants