-
Notifications
You must be signed in to change notification settings - Fork 66
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
Remove xblock-utils
dependency
#114
Comments
Additional tasks discovered in #127, which I had to abandon over time constraints:
|
@Agrendalath I noticed that 1.14.0 will fix the log warnings--thanks! When the upgrade lands in edx-platform master, assuming it's not risky, would you mind backporting it to Redwood? I think this would be a nice touch to make the release easier for operators to work with. |
@kdmccormick, do you mean backporting the version bump to Redwood? Because this XBlock is compatible with all releases back to at least Palm. |
Yes |
Parent ticket: openedx/axim-engineering#915
This repository is using the xblock-utils package, which has been deprecated and migrated to within the xblock package.
In this ticket, we will:
make upgrade
command.xblock-utils
package.xblockutils.*
imports withxblock.utils.*
. Provide the fallback mentioned below.Example fallback for imports:
The text was updated successfully, but these errors were encountered: