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

6351 commits

Author SHA1 Message Date
Chris Jerdonek
0d817939c3 Fix tests on Python 3.4 (GROUP=2). 2018-08-21 13:35:29 -07:00
Chris Jerdonek
06f329059d Update fetch_new() to checkout the correct branch. 2018-08-21 04:00:35 -07:00
Chris Jerdonek
b11bf9e978 Change get_revision_sha() to return is_branch. 2018-08-21 04:00:35 -07:00
Chris Jerdonek
8d6f7b56fa Add Git.get_branch(). 2018-08-21 04:00:35 -07:00
Chris Jerdonek
007dbf3ea6 Add two failing tests. 2018-08-21 04:00:30 -07:00
Pradyun Gedam
fc4ce3da2a
Merge pull request #5719 from cjerdonek/add-non-master-default-branch-test
Add a test of installing from a repo with a non-master default branch
2018-08-21 11:33:54 +05:30
Chris Jerdonek
f97baf9300 Add a test of installing from a repo with a non-master default branch. 2018-08-19 17:15:45 -07:00
Pradyun Gedam
1073b66b11
Merge pull request #5718 from cjerdonek/dry-up-with-install-version-pkg
DRY up test_install_vcs_git.py with _install_version_pkg()
2018-08-20 05:24:27 +05:30
Pradyun Gedam
98e9d1dd2e
Merge pull request #5717 from cjerdonek/remove-unneeded-network-marks
Remove unneeded @pytest.mark.network's inside test_install_vcs_git.py
2018-08-20 05:23:32 +05:30
Chris Jerdonek
1067c3abc6 DRY up test_install_vcs_git.py with _install_version_pkg(). 2018-08-19 12:17:10 -07:00
Chris Jerdonek
40555250c6 Remove unneeded @pytest.mark.network's inside test_install_vcs_git.py. 2018-08-19 03:36:14 -07:00
Pradyun Gedam
09059804af
Merge pull request #5715 from cjerdonek/dry-up-local-checkout-urls
DRY up test_install_vcs_git.py with _checkout_into_temp()
2018-08-19 15:56:51 +05:30
Chris Jerdonek
b39bbba5e3 Address more review comments by @pradyunsg. 2018-08-19 01:03:26 -07:00
Chris Jerdonek
54b81e3a5c Put more of the URL pattern into _checkout_into_temp().
This addresses a review comment by @pradyunsg.
2018-08-19 00:30:33 -07:00
Chris Jerdonek
749c898a41 DRY up test_install_vcs_git.py with _checkout_into_temp(). 2018-08-18 23:37:46 -07:00
Pradyun Gedam
825fa817ce
Merge pull request #5714 from cjerdonek/dry-up-version-pkg-url
DRY up test_install_vcs_git.py with _make_version_pkg_url()
2018-08-19 10:18:41 +05:30
Chris Jerdonek
b798e328aa DRY up test_install_vcs_git.py with _make_version_pkg_url(). 2018-08-18 20:53:15 -07:00
Pradyun Gedam
675f0ce8a6
Merge pull request #5711 from cjerdonek/vcs-rename-test-install-vcs
Rename tests/functional/test_install_vcs.py to test_install_vcs_git.py
2018-08-19 07:42:14 +05:30
Pradyun Gedam
74721bcc8b
Merge pull request #5708 from pradyunsg/fix/vendoring-first-line-imports
Fix vendoring import rewriting, when imports are on first line
2018-08-17 10:59:22 +05:30
Chris Jerdonek
4e8cde753d Rename tests/functional/test_install_vcs.py to test_install_vcs_git.py. 2018-08-16 22:14:59 -07:00
Pradyun Gedam
7ab40252e6
Merge pull request #5623 from cjerdonek/vcs-fix-install-git-ref
Fix #5624: installing a Git ref for installs other than the first
2018-08-17 09:20:48 +05:30
Pradyun Gedam
f665403da3
Fix vendoring import rewriting, when imports are on first line 2018-08-17 00:01:54 +05:30
Pradyun Gedam
b28d2ff6e9
Merge pull request #5706 from pradyunsg/misc/cleanup-imports
Don't import Link from pip._internal.index
2018-08-16 19:08:20 +05:30
Pradyun Gedam
7f3df6d2e2
Don't import Link from pip._internal.index 2018-08-16 14:29:24 +05:30
Pradyun Gedam
5babb39ddb
Merge pull request #5705 from pradyunsg/links-to-issues-in-news
Link to issue tracker from NEWS file
2018-08-15 15:51:43 +05:30
Chris Jerdonek
e1e3c07cc6 Improve NEWS entry.
This addresses a review comment by @di.
2018-08-14 13:43:26 -07:00
Pradyun Gedam
520e21b5cf
Add a format to allow references to PRs to be links 2018-08-14 09:39:56 +05:30
Pradyun Gedam
62b03f2a3a
Merge pull request #5124 from gaul/ui/limit-progress
Limit progress updates to avoid swamping the TTY
2018-08-13 23:32:10 +05:30
Pradyun Gedam
fb2c758571
Merge pull request #5666 from pradyunsg/refactor/cleanup-add-requirement
Cleanup RequirementSet.add_requirement
2018-08-13 20:18:17 +05:30
Pradyun Gedam
78a046ee75
Merge pull request #5673 from pradyunsg/dev-ops/improve-tox-configuration
Don't install development tree for non-test tox jobs
2018-08-13 13:19:59 +05:30
Pradyun Gedam
60c203521f
Skip installation for tox jobs that don't need the in-developement pip 2018-08-13 10:56:54 +05:30
Pradyun Gedam
4113fda9d5
Address review comments 2018-08-13 10:38:06 +05:30
Pradyun Gedam
38dbff5162
Add better comments 2018-08-13 10:34:27 +05:30
Pradyun Gedam
cbd50ca86e
Reuse an existing variable 2018-08-13 10:34:26 +05:30
Pradyun Gedam
29f48dd3af
Return early and reduce indentation 2018-08-13 10:34:26 +05:30
Pradyun Gedam
fa91cf0d8d
🎨 Style Cleanups 2018-08-13 10:34:26 +05:30
Pradyun Gedam
7e58c0d7db
Cleanup assignment of extras 2018-08-13 10:34:26 +05:30
Pradyun Gedam
eb2935509f
Move out conditional logic to a named variable 2018-08-13 10:34:26 +05:30
Pradyun Gedam
7203b82929
Reduce a level of indentation 2018-08-13 10:34:26 +05:30
Pradyun Gedam
0a46de7745
Give a meaningful name to a complex conditional 2018-08-13 10:34:25 +05:30
Pradyun Gedam
f529aa7fc3
Reduce a level of indentation 2018-08-13 10:34:25 +05:30
Pradyun Gedam
0bc7a974fa
Return early 2018-08-13 10:34:25 +05:30
Pradyun Gedam
20127bfe98
Merge pull request #5404 from sixninetynine/feature/platforms_for_target
Open up plat/abi/impl options to `install --target`
2018-08-12 22:09:01 +05:30
Pradyun Gedam
207a2393d4
Merge pull request #5698 from cjerdonek/simplify-test-bazaar-get-url-rev-and-auth
Simplify test_bazaar__get_url_rev_and_auth()
2018-08-12 18:10:39 +05:30
Paul Moore
78144e264a
Merge pull request #5692 from pfmoore/pep517
Refactorings and work in preparation for PEP 517
2018-08-11 08:35:36 +01:00
Paul Moore
08e8d908f7 Address review comments 2018-08-09 08:55:28 +01:00
Chris Jerdonek
d5af777d0d Fix issue #5624: installing a Git ref for installs after the first. 2018-08-08 00:16:57 -07:00
Chris Jerdonek
8d0423fcbb Simplify test_bazaar__get_url_rev_and_auth(). 2018-08-07 09:06:30 -07:00
Chris Jerdonek
63684d7e4d Add failing test. 2018-08-07 07:47:53 -07:00
Pradyun Gedam
09f68728f8
Merge pull request #5691 from cjerdonek/vcs-combine-test-files
Combine functional/test_install_vcs_git.py and functional/test_vcs.py with other modules
2018-08-07 19:29:48 +05:30