Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

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

Merged
merged 2 commits into from
Jul 23, 2022

Conversation

edx-requirements-bot
Copy link
Contributor

@edx-requirements-bot edx-requirements-bot commented Jun 10, 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 "-c constraints.txt
# 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:
#6768

@Jawayria Jawayria merged commit 9d7482c into master Jul 23, 2022
@Jawayria Jawayria deleted the jenkins/fix-upgrade-d80584b branch July 23, 2022 15:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants