1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
Commit graph

6792 commits

Author SHA1 Message Date
Chris Jerdonek 8a771d027d Make get_remote_url() a class method. 2019-01-09 01:24:16 -08:00
Chris Jerdonek 41f058b4f5 Make _get_subdirectory(), _get_svn_url_rev(), and _is_local_repository() class methods. 2019-01-09 01:24:16 -08:00
Chris Jerdonek 00ae3f594d Make VersionControl.run_command() a class method. 2019-01-09 01:24:16 -08:00
Pradyun Gedam 8ff8e1fa9e
Merge pull request #6060 from pradyunsg/remove/dependency-links
Remove dependency links support
2019-01-07 08:49:13 +05:30
Chris Jerdonek e155b4778a
Merge pull request #6095 from cjerdonek/freeze-repo-with-no-remote
Address #4759: change freeze to support editable Git repos with no remote
2019-01-06 14:20:22 -08:00
Paul Moore 740b1acf90
Merge pull request #6114 from yan12125/add-vendoring-notes
Add a note in Vendoring Policies to remind of `vendored()` entries
2019-01-05 18:43:33 +00:00
Chih-Hsuan Yen 65270e53f8
Add a note in Vendoring Policies to remind of vendored() entries
To avoid future breakages like #4660, #5418 or #6056
2019-01-05 22:14:48 +08:00
Pradyun Gedam f6f4eb7808
📰 2019-01-02 17:27:34 +05:30
Pradyun Gedam b7a4d70b25
Don't instantiate NotImplementedError 2019-01-02 17:27:34 +05:30
Pradyun Gedam f9b66cacb3
Stop passing finder to DistAbstraction.dist 2019-01-02 17:27:34 +05:30
Pradyun Gedam 71b6e95322
Remove an unused Subversion method that expects dependency links 2019-01-02 17:27:06 +05:30
Pradyun Gedam 838984b372
Drop dependency links from test packages 2019-01-02 17:27:06 +05:30
Pradyun Gedam 7222cb8fdb
Remove --process-dependency-links and related support code 2019-01-02 17:27:06 +05:30
Chris Jerdonek 61bb651bf1 Remove outdated test_git_works_with_editable_non_origin_repo().
This test has been replaced by test_freeze_editable_git_with_no_remote()
in test_freeze.py, with an updated and different test expectation.
2018-12-21 01:19:56 -08:00
Chris Jerdonek 526ac40e63 Fix freeze to handle Git repos with no remote. 2018-12-21 01:10:06 -08:00
Chris Jerdonek 1764fbbdab Add failing tests. 2018-12-21 00:21:04 -08:00
Chris Jerdonek 2a902dd464
Merge pull request #5912 from cjerdonek/improve-get-branch
Fix get_branch() to work if the current branch shares a name with a tag
2018-12-20 20:20:12 -08:00
Chris Jerdonek 929c95833d Address review comments. 2018-12-20 17:39:08 -08:00
Pradyun Gedam b38e835ab2
Merge pull request #6089 from pradyunsg/mypy/fix-issues
Fixes for various mypy related issues
2018-12-18 17:23:24 +05:30
Pradyun Gedam 89ef777c18
Cleanup for issues fixed with mypy upgrade 2018-12-18 15:10:40 +05:30
Pradyun Gedam 22fe45d462
Fix new issues found in mypy 0.620 -> 0.650 2018-12-18 11:20:14 +05:30
Pradyun Gedam 7e22a2234e
Update the mypy version 2018-12-18 11:15:56 +05:30
Pradyun Gedam be5f4afcfc
Fix inconsistencies in mypy annotations 2018-12-17 23:56:00 +05:30
Maxim Kurnikov 8fc393a2d1 Add type annotations for pip._internal.pyproject, pip._internal.build_env, pip._internal.index, pip._internal.resolve (#6072) 2018-12-17 16:43:23 +05:30
Maxim Kurnikov 05eb7d8e92 Add type annotations for pip._internal.req (#6063) 2018-12-17 16:43:00 +05:30
Maxim Kurnikov 410072bc8b add type annotations for pip._internal.models (#6065) 2018-12-17 16:42:36 +05:30
Maxim Kurnikov 7ee388178a Add type annotations for pip._internal.operations (#6066)
References https://github.com/pypa/pip/issues/4748, https://github.com/pypa/pip/pull/6038.
2018-12-17 16:41:47 +05:30
Chris Jerdonek 1e903eab5a Improve branch detection to work if a tag exists with the same name. 2018-12-16 12:00:42 -08:00
Chris Jerdonek 9693bbec5a Add failing test. 2018-12-16 02:08:27 -08:00
Chris Jerdonek cc9f03dea9 Rename get_branch() to get_current_branch(). 2018-12-16 02:08:27 -08:00
Maxim Kurnikov 7696e7e530 Add type annotations for pip._internal.download, pip._internal.wheel and pip._internal.pep425tags (#6067)
References https://github.com/pypa/pip/issues/4748, https://github.com/pypa/pip/pull/6038.
2018-12-16 14:46:39 +05:30
Pradyun Gedam 5d2d16e575
Merge pull request #6062 from mkurnikov/cli-types
Add type annotations for pip._internal.cli
2018-12-14 12:31:58 +05:30
Pradyun Gedam ab5d0f0403
Merge pull request #6074 from pradyunsg/travis-xenial
Switch to xenial for Travis CI
2018-12-14 10:29:57 +05:30
Pradyun Gedam 20356a7142
Use tox -e pypy on Travis CI for PyPy 2.7 and 3.5 2018-12-13 19:54:53 +05:30
Pradyun Gedam c4308c6e77
🎨 2018-12-09 12:04:46 +05:30
Pradyun Gedam 0136043a7d
Use the correct names for PyPy on Travis CI 2018-12-09 12:04:24 +05:30
Pradyun Gedam 5274d7544e
Remove workaround for #6057 2018-12-08 09:17:53 +05:30
Pradyun Gedam 407d49f483
Switch to xenial on Travis 2018-12-08 09:16:30 +05:30
Maxim Kurnikov 5e5904e61c Add type annotations for pip._internal.utils and pip._internal.vcs.__init__ (#6061) 2018-12-08 08:47:24 +05:30
Paul Moore c5dc6aa784
Merge pull request #6029 from zooba/issue-3055
Fixes #3055 Uninstall causes paths to exceed MAX_PATH limit
2018-12-06 09:23:29 +00:00
Brian Cristante d5bcedd388 Add labels to the Azure Pipelines badges (#6069) 2018-12-06 09:12:17 +05:30
Pradyun Gedam 3a8e21ddcf
Merge pull request #6058 from uranusjr/link-package-versions-cleanup-tests
Link package versions cleanup tests
2018-12-06 08:56:40 +05:30
Chris Jerdonek 36266b44b3
Merge pull request #6006 from cjerdonek/clean-up-some-git-test-code
Clean up some git test code.
2018-12-05 14:26:46 -08:00
Maxim Kurnikov 028848574a add type annotations for pip/_internal/cli/ 2018-12-03 15:47:11 +03:00
Tzu-ping Chung de7fdbb7a5 Convert multi-phase tests into fixtures
Also... make the tests actually pass.
2018-12-03 13:49:25 +08:00
Tzu-ping Chung 557e7d2739 Fix test case class name
So it is actually picked up correctly by Pytest.
2018-12-03 13:49:25 +08:00
Pradyun Gedam 456fb43f95
Merge pull request #6059 from pradyunsg/disable-hg-tests-on-travis
Disable Mercurial Tests on Travis
2018-12-02 17:38:56 +05:30
Pradyun Gedam f5ae9597c4
Disable Mercurial Tests on Travis 2018-12-02 16:45:53 +05:30
Pradyun Gedam eee2f6057a
Merge pull request #6056 from eli-schwartz/fix-devendored-support 2018-12-01 07:45:53 +05:30
Eli Schwartz 7371a75595
fix un-vendored support; add missing entry for pep517 2018-11-30 14:08:54 -05:00