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

13290 commits

Author SHA1 Message Date
Stéphane Bidoul f39d38668a
Deprecate --no-binary implying setup.py install 2022-09-17 15:37:04 +02:00
Danny McClanahan bad03ef931
Use data-dist-info-metadata (PEP 658) to decouple resolution from downloading (#11111)
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
2022-09-10 11:28:57 +01:00
Pradyun Gedam a66406a409
Merge pull request #11439 from uranusjr/decrease-timeout-in-test 2022-09-10 10:54:51 +01:00
Tzu-ping Chung 8856b5900e Further attempt to stablize timeout test 2022-09-08 10:24:04 +08:00
Pradyun Gedam 7485260b4e
Update bug-report.yml
Drop the "render", because our users are generally smart and GitHub is not.
2022-09-02 21:42:08 +01:00
Tzu-ping Chung 0930237775
Merge pull request #11318 from q0w/check-binary-exe 2022-08-31 18:25:46 +08:00
Pradyun Gedam 57c9f6208a
Merge pull request #11408 from pradyunsg/add-config-reference
Mention `pip config` on the page about pip's configuration
2022-08-30 09:07:07 +01:00
Tzu-ping Chung bfbe919fd2
Merge pull request #11277 from vanschelven/respect-no-index-from-requirements-file 2022-08-30 15:47:51 +08:00
Pradyun Gedam 7e1bb71b05 Mention pip config on the page about pip's configuration
This is relevant to the topic page and should make this command more
visible.
2022-08-26 13:44:15 +01:00
Pradyun Gedam 8a51fe790a
Merge pull request #11395 from DiddiLeija/remove-good-first-issue
Delete the "good first issue" template
2022-08-21 11:11:20 +01:00
Diego Ramirez 72ce3ba0fe
Delete the "good first issue" template
Seems like we're not using this template, and other users are using it as "good first reporters".
2022-08-18 11:02:37 -05:00
Pradyun Gedam e2c9c40ede
Merge pull request #11384 from uranusjr/decrease-timeout-in-test
Decrease timeout to make test less flaky
2022-08-17 10:02:34 +01:00
Tzu-ping Chung 5ec3f37bc8 Don't retry to 'improve' possibility of failure 2022-08-17 15:38:15 +08:00
Tzu-ping Chung 26b66a830f Decrease timeout to make test less flaky 2022-08-17 06:41:27 +08:00
Tzu-ping Chung bd5416151d
Merge pull request #11254 from kasium/issue-11235 2022-08-15 17:05:45 +08:00
Kai Mueller 1413fae8eb Add news 2022-08-14 19:26:08 +00:00
Pradyun Gedam 7efc814916
Merge pull request #11374 from hauntsaninja/implicit-optional 2022-08-13 10:55:39 +01:00
hauntsaninja edbfeae9fb fix tests 2022-08-12 19:01:26 -07:00
hauntsaninja c0b86d338a no news today 2022-08-12 18:51:47 -07:00
hauntsaninja 4d13842ec6 fixups 2022-08-12 18:48:39 -07:00
hauntsaninja b9ec5ddc29 Use --no-implicit-optional for type checking
This makes type checking PEP 484 compliant (as of 2018).
mypy will change its defaults soon.

See:
https://github.com/python/mypy/issues/9091
https://github.com/python/mypy/pull/13401
2022-08-12 18:44:48 -07:00
Stéphane Bidoul 7607c14662
Merge pull request #11370 from sbidoul/clarify-should-build-sbi
Clarify should_build()
2022-08-12 15:23:44 +02:00
Stéphane Bidoul d8e2d6605a
Rename BinaryAllowedPredicate
It really is a BdistWheelAllowedPredicate and
this will make it easier to reason when --no-binary
does not imply setup.py install anymore.
2022-08-12 13:51:45 +02:00
Stéphane Bidoul df8a5011b6
Simplify should_build 2022-08-12 13:51:45 +02:00
Pradyun Gedam 08087bae50
Merge pull request #11372 from sbidoul/setuptools-64-support-sbi
Fix tests that relied on setuptools not supporting PEP 660
2022-08-12 12:38:24 +01:00
Stéphane Bidoul be718ff59e
Fix tests that relied on setuptools not supporting PEP 660 2022-08-12 12:57:39 +02:00
Stéphane Bidoul 7aa49dda69
Merge pull request #11357 from sbidoul/mention-quiet-in-report-option-help
Mention --quiet in --report option help
2022-08-10 18:44:25 +02:00
Stéphane Bidoul ee7bcae0d9
Merge pull request #11331 from sbidoul/8559-take-2-sbi
Deprecate setup.py install fallback when wheel package is absent
2022-08-10 18:43:25 +02:00
Stéphane Bidoul 496bf56542
Merge pull request #10416 from sbidoul/test-indented-warnings-sbi
Detect indented ERROR and WARNING messages in tests and ignore own deprecation warnings
2022-08-10 18:42:49 +02:00
Tzu-ping Chung dc8f3a8b7f
Merge pull request #11353 from uranusjr/importlib-metadata-ignore-bad-name 2022-08-10 16:43:29 +08:00
Stéphane Bidoul 77da6ae52c
Mention --quiet in --report option help 2022-08-07 11:47:22 +02:00
Stéphane Bidoul ae802e3e66
Deprecate setup.py install fallback when wheel package is absent 2022-08-06 19:33:30 +02:00
Stéphane Bidoul afe136c42b
Add test for issue 8559 deprecation 2022-08-06 19:29:31 +02:00
Stéphane Bidoul 0326b33a6d
Add missing with_wheel fixture 2022-08-06 19:29:31 +02:00
Stéphane Bidoul 27878a52af
Refactor legacy_install_reason 2022-08-06 19:29:31 +02:00
Paul Moore 1880f4a58b
Merge pull request #11342 from pfmoore/runner_version_check
Add a version check to __pip-runner__.py
2022-08-06 15:25:27 +01:00
Paul Moore 9473e83aa6
Merge pull request #11320 from pfmoore/python_option
Add a --python option
2022-08-06 15:24:23 +01:00
Tzu-ping Chung 6817fbfb1f Skip dist if metadata does not have a valid name 2022-08-06 06:18:59 +08:00
Pradyun Gedam 8070892311
Merge pull request #11322 from pradyunsg/docs/move-truststore-docs
Add a dedicated topic page for HTTPS certificates
2022-08-05 16:16:04 +01:00
Stéphane Bidoul 1800635e4c
Fix tests with indented errors and warning 2022-08-05 09:35:00 +02:00
Stéphane Bidoul 58d8dc28cb
Do not fail tests on our own deprecation warnings 2022-08-05 09:35:00 +02:00
Stéphane Bidoul b423c07ff4
Detected indented ERROR and WARNING messages in tests 2022-08-05 09:35:00 +02:00
Pradyun Gedam 9066584298
Merge pull request #11344 from sbidoul/static-type-error-sbi 2022-08-04 09:24:30 +01:00
Stéphane Bidoul de49b52ec2
_get_index_content's session arg must be a kw arg
Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
2022-08-04 09:04:03 +02:00
Paul Moore 9b638ec6dc Update docs to match behaviour 2022-08-03 20:25:40 +01:00
Stéphane Bidoul 8dc39f0dfb
Merge pull request #11345 from sbidoul/release/22.2.2
Release 22.2.2
2022-08-03 20:53:35 +02:00
Stéphane Bidoul 2009007caf
Remove 22.2.2 news files 2022-08-03 20:44:11 +02:00
Stéphane Bidoul 85e86d426a
Merge main into release/22.2.2 2022-08-03 20:42:49 +02:00
Stéphane Bidoul 1294804204
Bump for development 2022-08-03 19:58:30 +02:00
Stéphane Bidoul 10902ac52d
Bump for release 2022-08-03 19:58:26 +02:00