summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Skip candidate not providing valid metadataTzu-ping Chung2020-12-122-4/+23
* tests: Add extra_index_url test case to help redact urlNoah Gorny2020-12-021-0/+11
* Mark the failing test as xfailPradyun Gedam2020-11-291-0/+8
* Merge pull request #9163 from NoahGorny/redact-url-from-helpPradyun Gedam2020-11-271-0/+10
|\
| * tests: help: Test that auth is redacted from url in help menuNoah Gorny2020-11-261-0/+10
* | Remove test for not reinstalling wheels, as requestedPradyun Gedam2020-11-251-20/+0
* | Add deprecation warning when reinstalling sdistsPradyun Gedam2020-11-251-0/+2
* | Print a message and don't reinstall wheelsPradyun Gedam2020-11-251-39/+16
* | Ensure we're not mishandling local indexesPradyun Gedam2020-11-251-0/+26
* | Re-install local candidates unconditionallyPradyun Gedam2020-11-251-0/+40
|/
* Merge pull request #9096 from uranusjr/new-resolver-constrainting-extraedPradyun Gedam2020-11-232-9/+86
|\
| * 2020 resolver can constrain path/URL to versionsTzu-ping Chung2020-11-231-5/+23
| * Modify old tests to accomodate restriction removalTzu-ping Chung2020-11-211-4/+20
| * Add failing testTzu-ping Chung2020-11-211-0/+43
* | Merge pull request #9123 from sbidoul/pip-wheel-editable-fix-sbiPradyun Gedam2020-11-222-0/+32
|\ \ | |/ |/|
| * Do not download editables while preparing requirementsStéphane Bidoul2020-11-221-2/+2
| * Add failing test for issue 9122Stéphane Bidoul2020-11-121-0/+16
| * Test download editableStéphane Bidoul2020-11-121-0/+16
* | Update message displayed on conflicts post-resolutionPradyun Gedam2020-11-121-1/+1
|/
* Removed unused comes_from argument of parse_requirementsStéphane Bidoul2020-11-081-1/+0
* Use packaging.version to check version equalityTzu-ping Chung2020-11-031-0/+43
* utils: make Hashes object hashableXavier Fernandez2020-10-311-0/+10
* Add --exclude option to pip freeze and pip list commandsXavier Fernandez2020-10-302-1/+34
* Merge pull request #9019 from pradyunsg/flip-the-switch-on-new-resolverPradyun Gedam2020-10-3125-165/+165
|\
| * Skip tests that fail on Python 2Pradyun Gedam2020-10-303-2/+4
| * Fix a flaky testPradyun Gedam2020-10-301-7/+6
| * Add debugging information to CIPradyun Gedam2020-10-301-4/+4
| * Add a better error message for no-more-responsesPradyun Gedam2020-10-301-1/+4
| * Mark test about install order as an xfailPradyun Gedam2020-10-301-0/+1
| * Update YAML tests for resolver changesPradyun Gedam2020-10-3013-23/+23
| * Update tests for resolver changesPradyun Gedam2020-10-307-75/+78
| * Get the resolver name directly from test CLIPradyun Gedam2020-10-301-14/+9
| * Drop custom logic for new_resolver testsPradyun Gedam2020-10-301-6/+0
| * Switch to resolver variants in the test suitePradyun Gedam2020-10-305-44/+47
| * Change how we skip a failing testPradyun Gedam2020-10-301-1/+1
* | freeze: deprecate option --find-linksXavier Fernandez2020-10-301-1/+2
|/
* Merge pull request #9017 from pradyunsg/backtracking-messagingPradyun Gedam2020-10-281-0/+48
|\
| * Present a message upon first backtrackPradyun Gedam2020-10-271-3/+6
| * Display messages when backtracking on a packagePradyun Gedam2020-10-271-0/+45
* | Respond to feedback, and add functional tests.Daniel Katz2020-10-271-0/+31
* | Support multiple `abi` and `platform` values for `pip download`.Daniel Katz2020-10-273-16/+16
* | Merge pull request #9049 from pfmoore/remove_build_dirPradyun Gedam2020-10-272-72/+7
|\ \
| * | Not clear why this didn't fail before...Paul Moore2020-10-271-35/+0
| * | Mark a couple of tests that still use --build as xfailPaul Moore2020-10-272-0/+6
| * | Remove test_pip_wheel_fail_cause_of_previous_build_dir as it's no longer validPaul Moore2020-10-271-37/+1
* | | Merge pull request #8991 from asottile/dead_codePradyun Gedam2020-10-272-12/+1
|\ \ \ | |/ / |/| |
| * | delete some dead test code (VERBOSE_FALSE)Anthony Sottile2020-10-122-12/+1
* | | Merge pull request #9050 from sbidoul/fix-freeze-direct_url-editable-sbiPradyun Gedam2020-10-271-0/+15
|\ \ \
| * | | Avoid AssertionError in pip freeze with editable direct URLsStéphane Bidoul2020-10-251-0/+15
* | | | Update tests for new signaturePradyun Gedam2020-10-271-1/+1
| |_|/ |/| |