1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/src/pip/_internal
Andy Freeland bb14ff42b0 Fix NameError when handling InvalidRequirement in install_req_from_req_string (#6419)
Previously, an InvalidRequirement would raise a NameError while trying
to raise an InstallationError because `req` was not defined.

Discovered while working on #6402.
2019-04-19 02:37:33 -07:00
..
cli Fix some typos 2019-03-12 21:54:18 +01:00
commands Configuration files may now also be stored under sys.prefix (#6268) 2019-03-07 11:14:56 +05:30
models remove unused imports 2019-02-22 14:18:46 +03:00
operations Require --no-use-pep517 if using editable mode with pyproject.toml. 2019-03-31 05:40:08 -07:00
req Fix NameError when handling InvalidRequirement in install_req_from_req_string (#6419) 2019-04-19 02:37:33 -07:00
utils Isolate, reuse PackageFinder best candidate logic (#5971) 2019-04-16 16:46:25 -07:00
vcs Add Subversion.get_vcs_version method (#6390) 2019-04-17 00:34:19 -07:00
__init__.py Fix some typos 2019-03-12 21:54:18 +01:00
build_env.py remove #noqa: F401 2019-02-22 14:17:07 +03:00
cache.py remove #noqa: F401 2019-02-22 14:17:07 +03:00
configuration.py Fix some typos 2019-03-12 21:54:18 +01:00
download.py Allow adding a custom string to pip's User-Agent via an environment variable (#5550) 2019-03-31 02:37:02 -07:00
exceptions.py remove #noqa: F401 2019-02-22 14:17:07 +03:00
index.py Isolate, reuse PackageFinder best candidate logic (#5971) 2019-04-16 16:46:25 -07:00
locations.py Configuration files may now also be stored under sys.prefix (#6268) 2019-03-07 11:14:56 +05:30
pep425tags.py remove #noqa: F401 2019-02-22 14:17:07 +03:00
pyproject.py Require --no-use-pep517 if using editable mode with pyproject.toml. 2019-03-31 05:40:08 -07:00
resolve.py remove #noqa: F401 2019-02-22 14:17:07 +03:00
wheel.py Reject --build-options for PEP 517 builds 2019-02-27 17:40:52 +00:00