1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests
Stéphane Bidoul a24d198c15
Do not download editables while preparing requirements
Downloading is done at the end of the download command
just like any other requirement. This is necessary to avoid
archiving editable requirements to a zip file when running
pip wheel.
2020-11-22 21:14:09 +01:00
..
data Add integration tests for experimental feature fast-deps 2020-07-21 16:00:34 +07:00
functional Do not download editables while preparing requirements 2020-11-22 21:14:09 +01:00
lib Add a better error message for no-more-responses 2020-10-30 23:08:59 +05:30
unit Removed unused comes_from argument of parse_requirements 2020-11-08 19:07:28 +01:00
yaml Update YAML tests for resolver changes 2020-10-30 23:08:47 +05:30
__init__.py Port to Python3 2011-03-15 15:49:48 -04:00
conftest.py Update tests for resolver changes 2020-10-30 23:08:31 +05:30