-
Notifications
You must be signed in to change notification settings - Fork 74
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 future
package usages
#150
Comments
future package removal from codejail repo PR ready for review after being tested on sandbox. |
PR #149 has been merged. A follow up PR will be created to bump the version on PyPI so the updated package will be used in edx-platform before marking this issue as Done. |
Follow up PR #153 created to bump codejail version on PyPI. It will be merged and deployed today to make the codejail change visible in edx-platform. |
With the Python 3 upgrade firmly in the rear view mirror, the future package is now both unmaintained and probably unnecessary. Try removing the package and make sure nothing breaks.
The text was updated successfully, but these errors were encountered: