summaryrefslogtreecommitdiff
path: root/tests/unit/test_req.py
Commit message (Expand)AuthorAgeFilesLines
* Complete type annotations of tests/unit/ directoryJon Dufresne2021-09-231-72/+110
* Replace assert_raises_regexp function with pytest.raisesJon Dufresne2021-08-291-56/+56
* Cleanup several Python 2 version_info checks/workaroundsJon Dufresne2021-08-201-6/+1
* Reformat the codebase, with blackPradyun Gedam2021-08-201-239/+278
* Minor formatting tweaks (#10190)Pradyun Gedam2021-07-241-1/+1
* Build local directories in-place with feature flagDavid Hewitt2021-02-221-0/+1
* Merge pull request #9606 from hexagonrecursion/fstrPradyun Gedam2021-02-211-10/+10
|\
| * Apply review suggestionAndrey Bienkowski2021-02-201-4/+4
| * Convert more str.format() calls to f-stringsAndrey Bienkowski2021-02-131-10/+10
* | Incorporate get_installed_version() logicTzu-ping Chung2021-02-191-4/+0
* | LintAndrey Bienkowski2021-02-101-1/+1
* | Use unittest.mock instead of mockAndrey Bienkowski2021-02-101-1/+1
|/
* Merge pull request #9361 from jdufresne/f-stringsPradyun Gedam2020-12-261-3/+3
|\
| * Use f-strings for simple string formattingJon Dufresne2020-12-251-3/+3
* | Remove object from class definitionsJon Dufresne2020-12-251-2/+2
|/
* Removed unused comes_from argument of parse_requirementsStéphane Bidoul2020-11-081-1/+0
* Merge usage of download_dir and wheel_download_dirNguyễn Gia Phong2020-10-071-1/+0
* Tweak message when -r is not passed on a requirements.txtPradyun Gedam2020-09-231-1/+1
* Give batch downloader a separate classNguyễn Gia Phong2020-08-121-2/+1
* Define RequirementPreparer._sessionNguyễn Gia Phong2020-08-061-1/+3
* Propagate lazy_wheel option through RequirementPreparerChris Hunt2020-08-021-0/+1
* Rename is_direct to user_suppliedStéphane Bidoul2020-05-311-5/+5
* Update parse_editable to return Set[str]Devesh Kumar Singh2020-05-221-4/+4
* Fix tests that build fake InstallRequirements with source_dirStéphane Bidoul2020-04-121-1/+1
* Move wheel cache out of InstallRequirmentTzu-ping Chung2020-03-301-4/+2
* Convert the remaining '%' formatters to '.format'. Fixes #6973.Jason R. Coombs2020-03-061-8/+9
* Move legacy_resolve to resolution.legacy.resolverChris Hunt2020-02-251-1/+1
* Merge pull request #7747 from pfmoore/parsed_requirementChristopher Hunt2020-02-241-3/+9
|\
| * Move make_requirement to pip._internal.req.constructors (and rename it)Paul Moore2020-02-141-1/+2
| * Refactor to reduce coupling.Paul Moore2020-02-141-2/+6
| * Use a new ParsedRequirement class to communicate between handle_line and pars...Paul Moore2020-02-131-2/+3
* | Update old-style formatting to new-style formatting (#7762)Anudit Nagar2020-02-211-6/+6
|/
* Rename populate_requirement_set to get_requirementsChris Hunt2020-02-051-1/+1
* Remove unused requirement_set argumentChris Hunt2020-02-051-2/+1
* Pass in a plain list of InstallRequirement to Resolver.resolveChris Hunt2020-02-051-7/+7
* Parameterize check_supported_wheels to Resolver.resolveChris Hunt2020-02-051-2/+8
* Return a different RequirementSet from Resolver.resolveChris Hunt2020-02-051-1/+1
* Remove unused argumentsChris Hunt2019-12-051-2/+0
* Construct Downloader outside RequirementPreparerChris Hunt2019-12-051-0/+2
* Merge branch 'master' into add-use-user-site-to-preparerPradyun Gedam2019-11-111-83/+94
|\
| * Rewrap strings to 80 charactersPradyun Gedam2019-11-101-8/+8
| * Update tests to correctly enter RequirementTracker contextPradyun Gedam2019-11-101-81/+92
| * Move make_install_req definition to top of functionPradyun Gedam2019-11-101-6/+6
| * Update callsites for RequirementTrackerPradyun Gedam2019-11-101-2/+2
* | Add use_user_site to RequirementPreparerPradyun Gedam2019-11-101-0/+1
|/
* Move unit test to functional test for implicit hash checkingChris Hunt2019-11-091-45/+0
* Explicitly require hashes for tests that expect itChris Hunt2019-11-091-4/+4
* Fix call to Resolver/Preparer in testsChris Hunt2019-11-091-1/+1
* Merge pull request #7301 from chrahunt/refactor/reduce-resolver-finder-depend...Christopher Hunt2019-11-061-0/+1
|\
| * Don't pass PackageFinder to Preparer from ResolverChris Hunt2019-11-051-0/+1