Bump up pip requirement to latest. - #577
Merged
Merged
Conversation
Solves an issue with using git > 1.8.1 for github based pip requirements.
Author
Contributor
|
Can anyone who tests this pull request test #566 as well? Same principle: simply updating libraries in our requirements files. |
Contributor
|
Looks like the version was not upgraded when executed on the jenkins server. Needs more investigation before merging. It seems that if an old unpacked build file exists, pip will just use that one. Here's from the feature branch tests job: However, when I wiped out the Workspace on the feature branch manual job then ran this branch, pip was updated correctly: Verified on Jenkins (ubuntu). 👍 |
Contributor
|
For some reason my dev environment was already running pip 1.4. 👍 |
jkarni
pushed a commit
that referenced
this pull request
Aug 6, 2013
Bump up pip requirement to latest.
chrisrossi
pushed a commit
to jazkarta/edx-platform
that referenced
this pull request
Mar 31, 2014
…cleanup Feature/victor/fix url name cleanup
e-kolpakov
referenced
this pull request
in open-craft/openedx-platform
Dec 23, 2015
Group project v2 - Admin Dashboard Details View
mariajgrimaldi
pushed a commit
to eduNEXT/edx-platform
that referenced
this pull request
Nov 23, 2021
fix: fixed lang selector style bugs
Sujeet1379
pushed a commit
to chandrudev/edx-platform
that referenced
this pull request
Nov 17, 2022
Allowlist certs were hidden on the progress view because the grade wasn't passing. This gives "downloadable" certs preference over the grade.
bradenmacdonald
pushed a commit
that referenced
this pull request
Aug 24, 2023
* feat: add taxonomies for org api * chore: run CI * feat: Add retrieve object_tags REST API (#577) * chore: update requirements --------- Co-authored-by: Yusuf Musleh <yusuf@opencraft.com>
Abdul-Muqadim-Arbisoft
referenced
this pull request
in edly-io/edx-platform
May 8, 2024
Caddy was not properly starting because its associated configmap was not starting. Close #577.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Solves an issue with using git > 1.8.1 for github based pip requirements.