Skip to content
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

fix: Install pip and pip-tools in upgrade script #204

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

edx-requirements-bot
Copy link
Contributor

@edx-requirements-bot edx-requirements-bot commented May 27, 2022

Updated the upgrade target script to check the compatibility of upgraded pip and pip-tools versions.
For reference, look at this openedx/edx-repo-health#271 for new check added in edx-repo-health.

Additional information from script execution

Python code cleanup by the cleanup-python-code Jenkins job.

This pull request was generated by the cleanup-python-code Jenkins job, which ran
echo "# Core dependencies for installing other packages

pip
setuptools
wheel
" >>  requirements/pip.in;
pip-compile --allow-unsafe --rebuild --upgrade -o requirements/pip.txt requirements/pip.in;

The following packages were installed:
pip-tools

Deleted obsolete pull_requests:
#203

JIRA: https://2u-internal.atlassian.net/browse/BOM-3429

@Jawayria
Copy link

Tests failing on master

@@ -0,0 +1,6 @@
# Core dependencies for installing other packages

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should include common constraints in this file as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants