-
-
Notifications
You must be signed in to change notification settings - Fork 611
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
Removed README section mentionning pip vendoring (was un-vendored) #666
Removed README section mentionning pip vendoring (was un-vendored) #666
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Btw. I think there are still some issues with the usage of Pip 10 resolver. At least I had to do some changes to it in Prequ (see suutari@6986114).
For other Pip 10 fixes see also following two commits: suutari@deeac2c and suutari@3a8dd24 |
@suutari Thanks for the pointers! |
Signed-off-by: Dan Ryan <[email protected]>
* 'master' of github.com:jazzband/pip-tools: 3.3.2 changelog Fix sync with a temp file on Windows Prevent to uninstall stdlib and dev packages 3.3.1 Changelog (+ 3.3.0 note on the unreleased state) Fix for Travis skipping deployment v3.3.0 Changelog update Support of pip 19.0 Setup coveralls .coveragerc: remove run.include Include tests in a coverage report Adjust coverage config for codecov Setup codecov Use 'dist: xenial' in Travis to simplify configuration Moved allow_unsafe to instance attribute of OutputWriter Add more tests for sync install Fix pip-sync to check hashes Simplified test assertions Add --allow-unsafe to update instructions Update changelog for 3.2.0 Apply version constraint specified during package upgrade with -P Allow tests to pass with a non-default index url in user pipconf v3.1.0 changelog Support of pip 18.1 Update changelog for 3.0.0 official release Update changelog for 3.0.0rc1 pre-release Add all version of pip in to the travis build matrix Tolerate build failures for PIP=master in appveyor Tolerate build failures for PIP=master Run tests for Python 3.7on recent versions of pip in Travis Remove dependency first Add new Pytest cache directory to gitignore Fix repository to properly handle tracker closure Incorporate changes from jazzband#666 (comment) Scratch that, travis doesn't support 3.7 I guess Travis only supports 3.7 beta Fix req_tracker implementation Fix empty space Update pip compatibility shims Update repository for pip 18 Removed README section mentionning pip vendoring (was un-vendored) Update Python 2 doc URL in code comment to Python 3
* pip-tools-integration: 3.3.2 changelog Fix sync with a temp file on Windows Prevent to uninstall stdlib and dev packages 3.3.1 Changelog (+ 3.3.0 note on the unreleased state) Fix for Travis skipping deployment v3.3.0 Changelog update Support of pip 19.0 Setup coveralls .coveragerc: remove run.include Include tests in a coverage report Adjust coverage config for codecov Setup codecov Use 'dist: xenial' in Travis to simplify configuration Moved allow_unsafe to instance attribute of OutputWriter Add more tests for sync install Fix pip-sync to check hashes Simplified test assertions Add --allow-unsafe to update instructions Update changelog for 3.2.0 Apply version constraint specified during package upgrade with -P Allow tests to pass with a non-default index url in user pipconf v3.1.0 changelog Support of pip 18.1 Update changelog for 3.0.0 official release Update changelog for 3.0.0rc1 pre-release Add all version of pip in to the travis build matrix Tolerate build failures for PIP=master in appveyor Tolerate build failures for PIP=master Run tests for Python 3.7on recent versions of pip in Travis Remove dependency first Add new Pytest cache directory to gitignore Fix repository to properly handle tracker closure Incorporate changes from jazzband#666 (comment) Scratch that, travis doesn't support 3.7 I guess Travis only supports 3.7 beta Fix req_tracker implementation Fix empty space Update pip compatibility shims Update repository for pip 18 Removed README section mentionning pip vendoring (was un-vendored) Update Python 2 doc URL in code comment to Python 3
Signed-off-by: Dan Ryan <[email protected]>
Removed README section mentionning pip vendoring (as we're un-vendoring it in 3.0.0)
Contributor checklist