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

7662 commits

Author SHA1 Message Date
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 6f638eb591 Add get_major_minor_version(). 2019-07-27 20:01:52 -07:00
Anthony Sottile c3fb5cbff0 sys.version fixes for python 3.10 2019-07-27 19:59:18 -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
Chris Jerdonek 4cd825873b Remove get_summaries(). 2019-07-27 12:29:07 -07:00
Chris Jerdonek 1f09e67f34 Only import a Command class when it is actually needed.
This resulted in an approximate 24% speed-up of a vanilla `pip`
invocation on one system (0.477 secs before, 0.363 secs after).
2019-07-26 23:30:26 -04:00
Ivan Pozdeev 6c7d309a1c fix flake8 violation 2019-07-27 03:19:11 +03:00
Ivan Pozdeev 125aae08ef add a NEWS entry 2019-07-27 03:08:21 +03:00
Ivan Pozdeev d948f63fe2 Document that --ignore-installed is dangerous 2019-07-27 02:46:08 +03:00
Pradyun Gedam 2e51624bbb
Merge pull request #6764 from pradyunsg/style/isort
Change isort multi_line_output to 3
2019-07-26 23:52:24 +05:30
Xavier Fernandez 30b7720f4b Move Python 37-x64 to Azure 2019-07-26 15:06:56 +02:00
Xavier Fernandez 1f736c5e77 Spread the Windows test load between Azure & Appveyor 2019-07-26 00:30:44 +02:00
Hugo 4a7b345cc5 Consistently get version string, ignoring alpha/beta 2019-07-25 14:39:13 +02:00
Omry Yadan 6b1aa6f6c0 simplifies new language 2019-07-23 18:26:06 -07:00
Omry Yadan 459b4dc238 renamed news file to match PR 2019-07-23 18:23:59 -07:00
Pradyun Gedam d8c992acc3
Release 19.2.1 (#6779) 2019-07-24 00:17:19 +05:30
Pradyun Gedam 9d9c73e563
Bump for development 2019-07-24 00:15:40 +05:30
Pradyun Gedam cb00488ca6
Generate NEWS 2019-07-24 00:11:33 +05:30
Pradyun Gedam 8b6a41b1a0
Bump for bug-fix release 2019-07-24 00:10:40 +05:30
Omry Yadan 29a8b6ed38 updated news 2019-07-23 11:35:41 -07:00
Omry Yadan 67ce4427dd fixed lint, excludes only .tox and .nox 2019-07-23 11:29:25 -07:00
Pradyun Gedam 81040b5d06
Update Link.is_hash_allowed() to accept hashes=None (#6774) 2019-07-23 17:34:55 +05:30
Pradyun Gedam ec5a01dc9d
Merge pull request #6769 from chrahunt/maint/fix-appveyor-build
Ignore new warnings traced on tox invocation.
2019-07-23 15:20:35 +05:30
Chris Jerdonek 0a1571ba03 Fix a NoneType AttributeError when evaluating hashes. 2019-07-23 05:22:59 -04:00
Pradyun Gedam 369ec7c0a8
Release 19.2 (#6771) 2019-07-23 11:01:42 +05:30
Pradyun Gedam 5216d18ec8
Bump for development 2019-07-23 10:58:18 +05:30
Omry Yadan e8330528bf lint take 2 (not sure how to test locally) 2019-07-22 20:22:13 -07:00
Omry Yadan f285407d7a lint 2019-07-22 19:53:43 -07:00
Omry Yadan 82e89a94c6 news 2019-07-22 19:24:34 -07:00
Omry Yadan 3626530b4a exclude '.tox', '.nox', '.git', '.hg', '.bzr', '.svn' from pip install . to speed installation up 2019-07-22 19:17:12 -07:00
Chris Hunt 82f554f461 Ignore new warnings traced on tox invocation.
See pypa/packaging#170.
2019-07-22 18:05:46 -04:00
Pradyun Gedam 0e642958ad
Generate NEWS
Includes some re-ordering by @pradyunsg
2019-07-22 22:59:24 +05:30
Pradyun Gedam 0df416d66e
Bump version for release 2019-07-22 22:59:24 +05:30
Pradyun Gedam 5f0aa2a42f
Generate AUTHORS.txt 2019-07-22 22:59:17 +05:30
Pradyun Gedam 537b0fca12
Change isort multi_line_output to 3 2019-07-22 10:15:27 +05:30
Brandt Bucher 8582f7e40f Reduce dependency on ctypes when discovering glibc version. (#6678) 2019-07-21 18:18:37 +05:30
Pradyun Gedam e308497416
Merge pull request #6743 from chrahunt/maint/remove-path-copytree
Remove copytree from tests.lib.path.Path.
2019-07-21 09:28:01 +05:30
Chris Hunt 9281a7aac1 Remove copytree from tests.lib.path.Path. 2019-07-20 19:46:47 -04:00