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

7489 commits

Author SHA1 Message Date
Paul Moore e4c32b9917
Merge pull request #6770 from omry/master
exclude '.tox', '.nox' from being copied during 'pip install .'
2019-08-05 23:29:02 +01:00
Pradyun Gedam 13df7bfb5f
Simplify init module (#6833) 2019-08-05 17:31:26 +05:30
Pradyun Gedam 2f9f91882a
Simplify ignoring urllib3 warnings 2019-08-04 23:11:30 +05:30
Pradyun Gedam 12e63b9def
Move logic for SecureTransport injection to utils 2019-08-04 23:11:25 +05:30
Pradyun Gedam 476606425a
Add mypy's no-strict-optional configuration inline (#6750) 2019-08-04 21:59:42 +05:30
Pradyun Gedam c56c7bc2d2
Add a ReadTheDocs configuration file
Merge pull request #6828 from pradyunsg/docs/readthedocs-configuration
2019-08-04 20:07:12 +05:30
Pradyun Gedam 068cbeda3c
Refactor download.get_file_content
Merge pull request #6756 from chrahunt/maint/cleanup-download
2019-08-04 20:06:01 +05:30
Pradyun Gedam ce50b3467c
Merge pull request #6829 from pradyunsg/prepare-in-one-place
Unify calls to prepare_distribution_metadata to one callsite
2019-08-04 20:04:16 +05:30
Pradyun Gedam 7d29841ced
Fix handling of tokens (single part credentials) in URLs (#6818) 2019-08-04 19:56:41 +05:30
Prabakaran Kumaresshan b562531cc5 Add make_resolver() to RequirementCommand base class (#6826). 2019-08-03 23:47:50 -07:00
Pradyun Gedam 3e73edd3e8
Merge pull request #6827 from cjerdonek/issue-6804-find-links-expansion
Fix "~" expansion in --find-links paths
2019-08-04 12:16:51 +05:30
Pradyun Gedam f18ec526db
Unify calls to prepare_distribution_metadata to one callsite 2019-08-04 11:16:16 +05:30
Pradyun Gedam 8963e3712a
Exclude .readthedocs.yml from distributions 2019-08-04 11:14:09 +05:30
Chris Jerdonek 56324a3f38 Fix "~" expansion in --find-links paths. 2019-08-03 11:55:38 -07:00
Omry Yadan 6dd5727773 responded to comments 2019-08-03 11:14:36 -07:00
Omry Yadan ec47c866c8 updated docs 2019-08-03 10:31:42 -07:00
Chris Hunt 82ef9d67e2 Refactor download.get_file_content. 2019-08-03 10:51:16 -04:00
Omry Yadan 8e87980d17 responding to comments 2019-08-02 23:14:41 -07:00
Omry Yadan e67f066169 fixed on python 2.7 2019-08-02 18:40:09 -07:00
Omry Yadan 77c1504137 unit test 2019-08-02 18:17:53 -07:00
Prabakaran Kumaresshan 82dbcdae87 Add make_requirement_preparer() to RequirementCommand base class (#6810) 2019-08-01 20:29:44 -07:00
Pradyun Gedam 5796d9e949
Populate InstallRequirement.link before preparing it (#6803) 2019-08-01 18:29:49 +05:30
Pradyun Gedam c941dca9bb
Add ReadTheDocs configuration 2019-08-01 12:08:00 +05:30
Pradyun Gedam adb09ee7b5
Merge pull request #6760 from brainwane/tox-docs-update
Update (Travis CI's) development tool usage to Python 3.7
2019-07-31 17:28:10 +05:30
Pradyun Gedam 66d5486b9d
Update Python versions on Travis CI 2019-07-31 12:29:04 +05:30
Pradyun Gedam 69706e8b2b
Merge branch 'master' into tox-docs-update 2019-07-31 12:27:12 +05:30
Omry Yadan d4171f28d1 minor updates 2019-07-30 17:52:12 -07:00
Pradyun Gedam ef91b330cb
Merge pull request #6816 from pradyunsg/move-tasks-to-tools.automation
Move invoke tasks to tools/automation
2019-07-30 18:57:48 +05:30
Pradyun Gedam 7eecb7d73e
Merge pull request #6815 from pradyunsg/move-requirements-files
Move requirement files to tools/requirements/
2019-07-30 18:56:53 +05:30
Pradyun Gedam c9b6d252a8
Move invoke commands to tools.automation 2019-07-30 17:41:22 +05:30
Pradyun Gedam c6da85a6eb
Move requirement files to tools/requirements/ 2019-07-30 17:01:05 +05:30
Pradyun Gedam e72e9e2285
Revert "Ignore new warnings traced on tox invocation." (#6812) 2019-07-30 13:41:49 +05:30
Pradyun Gedam dc7f2b91d5
Document that --ignore-installed is dangerous (#6794) 2019-07-30 13:32:04 +05:30
Pradyun Gedam 9a700bb2d6
Spread the Windows test load between Azure & Appveyor (#6790) 2019-07-30 13:30:00 +05:30
Pradyun Gedam f377148f6d
Use mypy's inline configuration syntax for opt-outs 2019-07-30 12:39:51 +05:30
Pradyun Gedam 800f866600
Upgrade to mypy 0.720 (#6808) 2019-07-30 12:38:46 +05:30
Pradyun Gedam 9214099f09
Revert "Ignore new warnings traced on tox invocation." 2019-07-30 12:28:20 +05:30
Pradyun Gedam 2a5c23b3d5
Simplify the handling of "typing.cast" 2019-07-30 10:17:19 +05:30
Pradyun Gedam 80b82b5215
Address review comments 2019-07-30 10:10:13 +05:30
Pradyun Gedam a28ba64617
Merge pull request #6805 from pradyunsg/tests/mark-network-tests-as-network
Mark a few more network tests as network
2019-07-30 08:56:29 +05:30
Pradyun Gedam 3b98423981
Work around mypy quirks 2019-07-29 23:21:24 +05:30
Pradyun Gedam ebdde3d17d
Bump mypy version 2019-07-29 23:19:09 +05:30
Pradyun Gedam 145a753cd3
Update tests for eagerly populated links 2019-07-29 20:31:52 +05:30
Pradyun Gedam b43c71cbc7
Simplify references to req.link 2019-07-29 20:30:55 +05:30
Pradyun Gedam ec725cb1a0
Populate InstallRequirement.link before preparing it 2019-07-29 20:29:34 +05:30
Pradyun Gedam 4b8f185fa8
Mark a network dependent test as network 2019-07-29 14:29:39 +05:30
Pradyun Gedam fc976bb32b
Utilize "pip_install_local" where possible 2019-07-29 14:27:28 +05:30
Sumana Harihareswara 365d602e3a Update tox docs-building Python version to 3.7. 2019-07-28 16:39:28 -04:00
Prabakaran Kumaresshan f76014efac Add global options and no user config args to make_setuptools_shim_args (#6706) 2019-07-28 11:28:35 -07:00
Chris Jerdonek 2cd26a22a0
Merge pull request #6694 from cjerdonek/remove-command-imports
Address #6692: Only import a Command class when needed
2019-07-27 19:52:00 -07:00