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

7409 commits

Author SHA1 Message Date
Pradyun Gedam 83d813c01e
Updated comment-matching regex to be Jython-compatible (#5959) 2019-05-29 23:03:27 -04:00
Chris Jerdonek 0cb8f60e50
Merge pull request #6539 from cjerdonek/package-finder-version-info
Change PackageFinder to accept py_version_info instead of python_versions
2019-05-28 03:46:50 -07:00
Chris Jerdonek 798d814629 Change PackageFinder to use Tuple[int, ...] instead of List[str] for --python-version. 2019-05-28 03:05:14 -07:00
Chris Jerdonek fada348b00 Make all Option callbacks start with the same prefix. 2019-05-28 02:32:18 -07:00
László Kiss Kollár 929fefdbae Add --path to pip freeze to support --target installations (#6450)
* Add support for --path in pip freeze
2019-05-28 02:28:18 -07:00
Pradyun Gedam 9fdff90ee6
Rename the label applied to auto-locked issues 2019-05-27 23:32:03 -04:00
Pradyun Gedam d3b9942a24
Merge pull request #5458 from pradyunsg/bots
Add configuration for bots
2019-05-27 16:54:01 -04:00
Pradyun Gedam 6599f99096
Rename 3662.bugfix to 3662.trivial 2019-05-27 16:47:06 -04:00
Pradyun Gedam 24e9e4aa37
Display install instructions for pre-releases (#5921) 2019-05-27 16:38:17 -04:00
Pradyun Gedam a1ad4b7c41
Improve deprecation warnings (#6549) 2019-05-27 16:33:45 -04:00
Pradyun Gedam 5802a63799
📰 2019-05-27 13:59:48 -04:00
Pradyun Gedam 2ff13e4340
Use a loop instead of multiple similar conditionals 2019-05-27 13:57:38 -04:00
Pradyun Gedam bf728499be
🎨 2019-05-27 13:57:37 -04:00
Pradyun Gedam 995ef743ec
Add tests for the deprecated helper 2019-05-27 13:57:31 -04:00
Chris Jerdonek 2d450936c6 Move path_to_url() from download.py to misc.py. 2019-05-26 22:51:00 -07:00
Chris Jerdonek 30855ff9b7
Merge pull request #6542 from cjerdonek/issue-5082-missing-metadata-error
Improve error message if METADATA or PKG-INFO metadata is None
2019-05-26 16:17:22 -07:00
Chris Jerdonek 6178f9681b
Merge pull request #6540 from cjerdonek/issue-6121-incompatible-wheel-message
Improve the debug log message when installing an incompatible wheel
2019-05-26 14:10:09 -07:00
Chris Jerdonek cd5bd2cd52 Improve error message if METADATA or PKG-INFO metadata is None. 2019-05-26 12:35:07 -07:00
Chris Jerdonek a9a9cfd98c Improve the debug log message when installing an incompatible wheel. 2019-05-25 23:59:32 -07:00
Pradyun Gedam 2e77720446
Mention gone_in version in deprecation messages 2019-05-25 21:52:15 -04:00
Chris Jerdonek f44344f122
Merge pull request #6515 from johnthagen/svn-interactive-final
Properly support interactive Subversion client
2019-05-25 14:47:51 -07:00
Chris Jerdonek 98a77a9317
Merge pull request #6538 from cjerdonek/issue-6513-freeze-requirement-error
Include more details in a pip freeze warning message
2019-05-25 11:17:23 -07:00
Pradyun Gedam c197b11816
Move Resolver to a legacy_resolve module (#6535) 2019-05-25 13:36:29 -04:00
johnthagen 920b95fe49 Add test with non-trivial RevOptions input 2019-05-25 13:36:03 -04:00
johnthagen ae03f49bd5 Fold obtain and export tests into TestSubversionArgs TestCase 2019-05-25 13:31:03 -04:00
Pradyun Gedam 287aa4b7bf
Merge pull request #6008 from jaraco/bugfix/4106-distutils-option-error-target-prefix-conflict
Prevent distutils option error target prefix conflict
2019-05-25 13:29:49 -04:00
johnthagen c90e632f35 Simplify test method names 2019-05-25 13:23:43 -04:00
johnthagen 8de73a130e Use bare strings in test assertion 2019-05-25 13:22:53 -04:00
Pradyun Gedam d5c4fcc39c
Rename test_{resolve -> legacy_resolve}.py 2019-05-25 12:44:45 -04:00
Pradyun Gedam b05c66722e
Move Resolver to a legacy_resolve module 2019-05-25 12:35:31 -04:00
Pradyun Gedam 77da032c91
Make _check_dist_requires_python() parallel _check_link_requires_python(), and add more complete tests (#6528) 2019-05-25 12:09:25 -04:00
Chris Jerdonek 7c42f0ed8e Include more details in a pip freeze warning message. 2019-05-25 00:31:44 -07:00
Chris Jerdonek f82ea77217 Simplify the _check_dist_requires_python() call site. 2019-05-24 21:33:12 -07:00
Chris Jerdonek ba53909375
Merge pull request #6522 from theacodes/add-pip-ci
Check for explicit PIP_IS_CI environment variable to report automated installs to Warehouse.
2019-05-24 13:57:09 -07:00
Thea Flowers 03ad0421ee Check for explicit `PIP_IS_CI` environment variable to report automated installs to Warehouse. 2019-05-24 13:01:04 -07:00
johnthagen a4aff3b7ff Use a TestCase to remove some duplication across similar tests 2019-05-24 07:32:43 -04:00
Chris Jerdonek cc70cf5ba3 Move check_dist_requires_python() to resolve.py. 2019-05-23 22:58:10 -07:00
johnthagen 128730f3a1 Add tests for fetch_new, switch, and update 2019-05-23 07:50:46 -04:00
johnthagen eb3db3b032 Add type hints to methods to improve documentation and type safety 2019-05-23 07:38:22 -04:00
johnthagen b9c8394098 Fix PEP8 error 2019-05-23 07:37:37 -04:00
johnthagen 6c5da6bcfa Remove unnecessary pytest.mark.network from tests that use mocked svn invocation 2019-05-23 07:27:10 -04:00
johnthagen 034e483f23 Merge remote-tracking branch 'origin/svn-interactive-final' into svn-interactive-final 2019-05-23 07:20:31 -04:00
johnthagen 5100f81e47 Improve news file 2019-05-23 07:20:25 -04:00
Chris Jerdonek eeb74aeb29
Merge pull request #6518 from cjerdonek/issue-6371-ignore-requires-python
Fix #6371: make pip install respect --ignore-requires-python
2019-05-22 22:38:20 -07:00
Chris Jerdonek 5528d353d2 Add some tests of CandidateEvaluator.evaluate_link(). 2019-05-22 21:34:45 -07:00
Chris Jerdonek ad2b07898d Fix pip-install to respect --ignore-requires-python. 2019-05-22 21:34:41 -07:00
Andreas Lutro 9eccfae10d redact passwords in output when using --find-links (#6489) 2019-05-22 23:33:41 +02:00
johnthagen fcbefc01e1
Merge branch 'master' into svn-interactive-final 2019-05-22 14:49:29 -04:00
Chris Jerdonek c34191ff75
Merge pull request #6519 from cjerdonek/vcs-subversion-fetch-new
Make VersionControl.fetch_new() an instance method
2019-05-22 11:30:08 -07:00
Chris Jerdonek 7e142bae64 Refactor out _check_link_requires_python(), and test. 2019-05-22 09:07:14 -07:00