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

11000 commits

Author SHA1 Message Date
Daniel Katz
7237bd3397 Respond to feedback, and add functional tests. 2020-10-27 19:00:22 -04:00
Daniel Katz
abf987bde3 Use 'append'-style CLI arguments, rather than ','-separated values. 2020-10-27 19:00:22 -04:00
Daniel Katz
cea9f32dae Support multiple abi and platform values for pip download. 2020-10-27 19:00:22 -04:00
Pradyun Gedam
a0ec4be98b
Merge pull request #8666 from uranusjr/rmtree-unicode-use-file-system-encoding
Only do the ensure_text() dance on Windows
2020-10-27 23:14:39 +05:30
Pradyun Gedam
9a5441c331
Merge pull request #9049 from pfmoore/remove_build_dir 2020-10-27 22:41:47 +05:30
Pradyun Gedam
f2852cd775
Merge pull request #8991 from asottile/dead_code
delete some dead test code (VERBOSE_FALSE)
2020-10-27 21:45:20 +05:30
Paul Moore
52e1c9a39c Not clear why this didn't fail before... 2020-10-27 15:49:38 +00:00
Paul Moore
0c2a2bc803 Mark a couple of tests that still use --build as xfail 2020-10-27 15:24:36 +00:00
Paul Moore
7c4c5b8330 Remove test_pip_wheel_fail_cause_of_previous_build_dir as it's no longer valid 2020-10-27 15:24:36 +00:00
Paul Moore
97e2c7a345 Add news entry 2020-10-27 15:24:36 +00:00
Paul Moore
40904e3a05 Remove --build-dir option, as per deprecation 2020-10-27 15:24:36 +00:00
Pradyun Gedam
b39aeeb6df
Merge pull request #9050 from sbidoul/fix-freeze-direct_url-editable-sbi 2020-10-27 19:34:10 +05:30
Pradyun Gedam
f5ac343481
Merge pull request #9055 from pradyunsg/modify-assertion-in-topological-sort 2020-10-27 19:33:33 +05:30
Pradyun Gedam
55e316a452
Add the last line to the info message 2020-10-27 19:32:36 +05:30
Pradyun Gedam
1acca46aa3
Prefix backtracking message with "INFO: " 2020-10-27 19:32:36 +05:30
Pradyun Gedam
f3307a5103
Present a message upon first backtrack 2020-10-27 19:32:36 +05:30
Pradyun Gedam
9a1f790951
📰 2020-10-27 19:32:36 +05:30
Pradyun Gedam
daa003bd9b
Make mypy happy 2020-10-27 19:32:36 +05:30
Pradyun Gedam
95171c881f
Display messages when backtracking on a package 2020-10-27 19:32:35 +05:30
Tzu-ping Chung
94fbb6cf78 Only do the ensure_text() dance on Windows
POSIX is problematic when the environment is not configured properly.
2020-10-27 21:40:39 +08:00
Pradyun Gedam
5bfd1db071
Merge pull request #9057 from pradyunsg/ci/use-the-bigger-hammer 2020-10-27 19:08:34 +05:30
Pradyun Gedam
0608d2c571
Remove the AP MacOS job 2020-10-27 18:10:07 +05:30
Xavier Fernandez
c15f8672ec
Merge pull request #8972 from drpoggi/patch-1
Fix docs for trusted-host in config file
2020-10-26 23:58:47 +01:00
Pradyun Gedam
0e135407c7
Simplify YAML + better names 2020-10-27 02:10:36 +05:30
Pradyun Gedam
d4cde6cb10
Fix typo 2020-10-27 01:49:00 +05:30
Pradyun Gedam
3ccf8614fa
Drop MacOS test runs for Azure Pipelines 2020-10-27 01:33:03 +05:30
Pradyun Gedam
bb38dd568b
Add GitHub Action based testing for MacOS 2020-10-27 01:32:49 +05:30
Pradyun Gedam
45d3a3e859
Update tests for new signature 2020-10-27 01:05:29 +05:30
Pradyun Gedam
1bb7bf6a4c
Update type annotation 2020-10-27 01:00:30 +05:30
Pradyun Gedam
e74116a436
Change assertion in topological sorting 2020-10-27 00:53:41 +05:30
Bernard Tyers
ca63189b60
Update news/9039.doc.rst
Co-authored-by: Pradyun Gedam <3275593+pradyunsg@users.noreply.github.com>
2020-10-26 14:52:58 +01:00
Pradyun Gedam
ea74bd3d90
Merge pull request #9014 from McSinyx/docs-news-rst
Update docs for less common news extension
2020-10-26 18:09:26 +05:30
Bernard
95e78ab284 Editing to make shorten content (reduce/remove duplication), add anchor. 2020-10-26 13:23:07 +01:00
Stéphane Bidoul
89b765db96
Update news/8996.bugfix.rst
Co-authored-by: Pradyun Gedam <3275593+pradyunsg@users.noreply.github.com>
2020-10-26 12:16:37 +01:00
Bernard
ecda23819b Updating file with PR review edits. 2020-10-26 10:14:34 +01:00
Pradyun Gedam
cffc3a618e
Merge pull request #9051 from pradyunsg/fix-ci-issues
Workaround CI failures due to "pip search" throttling
2020-10-26 09:54:05 +05:30
Pradyun Gedam
abb3d0fae3
Move build_env tests to functional
These tests use the script fixture which as a 30s setup time on my
machine. This KILLS productivity when trying to run unit tests as part
of a feedback loop during development.
2020-10-25 23:32:26 +05:30
Pradyun Gedam
bd3d5f8f29
Set the CI variable on Azure Pipelines 2020-10-25 23:18:48 +05:30
Pradyun Gedam
66bb8a88c4
Add a small delay between re-runs 2020-10-25 23:03:10 +05:30
Pradyun Gedam
9faf431fbb
Breakup conditional for readability 2020-10-25 23:02:59 +05:30
Stéphane Bidoul
d5a2007e8f
Avoid AssertionError in pip freeze with editable direct URLs 2020-10-25 15:18:02 +01:00
Bernard
d185aea3e1 updating 2020-10-23 15:27:20 +02:00
Bernard
e28f30d070 Adding news file for #9309 2020-10-23 15:26:41 +02:00
Bernard
b49a213b56 fix syntax 2020-10-23 15:16:39 +02:00
Bernard
cf89b0b6c2 updating user guide with backtracking information 2020-10-23 15:14:19 +02:00
Bernard
b8cd76339d WIP
updating user guide documentation with explanation and solutions to pip 
backtracking
2020-10-21 17:50:04 +02:00
279e735969 Update docs for less common news extension
Namely trivial, vendor and process.  These were missed
during the trasition to *.rst news fragment.
2020-10-19 22:37:10 +07:00
Pradyun Gedam
08c99b6e00
Merge pull request #9008 from pradyunsg/better-tabs 2020-10-19 19:40:51 +05:30
Pradyun Gedam
4e26bf22f5
Merge pull request #8971 from McSinyx/ci39 2020-10-19 19:23:49 +05:30
Pradyun Gedam
fb03b6aede
Switch to sphinx-inline-tabs for tabs 2020-10-18 22:42:24 +05:30