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

6979 commits

Author SHA1 Message Date
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
Pradyun Gedam 95f0b2a1fe
Merge pull request #6053 from pradyunsg/misc/minor-cleanup
Eliminate a cyclic import, Add some comments to wheel.py for future reference
2018-11-30 21:33:31 +05:30
Pradyun Gedam fc62b5b677
Move wheel extension information to remove cycle imports 2018-11-30 12:46:08 +05:30
Pradyun Gedam 41f87fba35
Add notes for future cleanups 2018-11-30 11:43:35 +05:30
Pradyun Gedam 9781e1381e
Move an import to top of wheel.py 2018-11-30 11:43:15 +05:30
Pradyun Gedam e5ab7f6224
Merge pull request #6051 from pradyunsg/fix/incorrect-source-copying-logic
Don't copy pip's non code files and folders in tests
2018-11-30 06:13:00 +05:30
Pradyun Gedam 7a23cc8a18
Don't copy pip's non code files and folders in tests 2018-11-29 14:37:18 +05:30
Pradyun Gedam ec3bacc866
Merge pull request #6044 from pradyunsg/vendoring/msgpack
Use msgpack instead of msgpack-python
2018-11-28 21:03:33 +05:30
Pradyun Gedam eb602418a4
Use msgpack instead of msgpack-python 2018-11-27 18:30:03 +05:30
Albert-Guan 465261a828 Document that empty environment variables are not treated as false (#5953) 2018-11-24 19:30:41 +05:30
Paul Moore e2d59ba4d1
Merge pull request #6031 from ncoghlan/patch-3
Adjust imports in test failing isort check
2018-11-22 12:51:53 +00:00
Nick Coghlan fdaef3fe9e
Minimise diff needed to make isort happy 2018-11-22 21:49:43 +10:00
Nick Coghlan 868e898942
Adjust imports in test failing isort check 2018-11-22 21:44:32 +10:00
Paul Moore 087d8254a7
Merge pull request #5410 from wtolson/manylinux2010
Manylinux2010
2018-11-22 11:07:49 +00:00