-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
build: Python requirements upgrade and lxml build without binary #34655
build: Python requirements upgrade and lxml build without binary #34655
Conversation
List of packages in the PR without any issue.
|
These Packages need manual review..
|
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/jenkins/upgrade-python-requirements-45cd459` Co-authored-by: UsamaSadiq <UsamaSadiq@users.noreply.github.com>
5e002e7
to
c85711b
Compare
All the upgrades which were causing test failures have been pinned in separate PRs. The remaining packages are all inter-dependent and the upgrade job fails to upgrade the package individually hence all of these needs to be merged in the same PR. |
Need to revert this to unblock the build pipeline, more details in PR description: #34661 |
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
2U Release Notice: This PR has been deployed to the edX production environment. |
1 similar comment
2U Release Notice: This PR has been deployed to the edX production environment. |
Description
Python requirements update. Please review the changelogs for the upgraded packages.
--no-binary
flag so updated the requirements and test workflows to resolve this issue.