openedx / ConceptXBlock

edX: An XBlock for adding concept tags. There is an associated external service in a different repo.
GNU Affero General Public License v3.0
1 stars 3 forks source link

Move on from deprecated pkg_resources api #159

Open farhan opened 3 weeks ago

farhan commented 3 weeks ago

Shift the code from pkg_resources to importlib.resources api

Migration guide: https://importlib-resources.readthedocs.io/en/latest/migration.html Decision making story: https://github.com/openedx/XBlock/issues/676 Reference PR to take learning from: https://github.com/openedx/xblock-sdk/pull/350/files

Prerequisites:

Acceptance Criteria:

OmerBhatti commented 1 week ago

@farhan kindly assign this to me