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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump vendored pip to 19.0.1 #1291

Merged
merged 1 commit into from Jan 25, 2019
Merged

bump vendored pip to 19.0.1 #1291

merged 1 commit into from Jan 25, 2019

Conversation

gaborbernat
Copy link
Contributor

@gaborbernat gaborbernat commented Jan 25, 2019

Following pypa/pip#6106 馃憤

# pip 18.1 cache does not work with jython
install_command = python -m pip install {opts} {packages} --no-cache
install_command = python -m pip install {opts} {packages} --disable-pip-version-check --no-cache
deps = pip == 18.1.0
Copy link
Contributor Author

Choose a reason for hiding this comment

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

pip 19 uses the cache folder for to build pep-517 馃槩 but the pip cache msgpack is still not compatible with jython

Copy link
Contributor Author

Choose a reason for hiding this comment

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

msgpack/msgpack-python#304 for some reason does not fixes this

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

1 participant