openedx / platform-plugin-aspects

Aspects plugins for the Open edX LMS and Studio
Apache License 2.0
2 stars 8 forks source link

Move on from deprecated pkg_resources api #81

Open farhan opened 2 months ago

farhan commented 2 months 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:

bmtcril commented 2 months ago

This is another one that's blocked until we do our Aspects v2 breaking changes, until then we still need to support 3.8 for named releases back to Nutmeg.