1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip
Nikhil Benesch 20326d8b24 Failing exit status when no requirements specified (#4210)
* add failing tests for #2720

* fix #2720: exit status when no requirements specified

* Don't fail when blank requirements files specified
2017-01-06 23:21:46 +01:00
..
_vendor Realign pip/_vendor with vendor.txt (#4096) 2016-11-06 18:22:07 -05:00
commands Failing exit status when no requirements specified (#4210) 2017-01-06 23:21:46 +01:00
compat Use the pip._vendor.ordereddict instead of pip.compat (#4045) 2016-10-30 13:42:13 -04:00
models Use __all__ instead of # noqa 2014-12-17 22:49:10 -05:00
operations check: simplify code 2016-11-14 00:44:01 +01:00
req Register req_to_install for cleanup sooner (#4201) 2016-12-23 14:57:09 +01:00
utils Declare all_outputs in outer scope 2016-11-14 10:12:45 +01:00
vcs unit test failure on macOS 2016-11-21 10:07:33 +01:00
__init__.py Bump for development 2016-11-06 13:47:54 -05:00
__main__.py Handle updates to flake8 2015-02-11 10:23:57 -05:00
basecommand.py Failing exit status when no requirements specified (#4210) 2017-01-06 23:21:46 +01:00
baseparser.py Move out all the config code to a separate module (#4192) 2016-12-23 09:46:04 +01:00
cmdoptions.py Add --ignore-requires-python escape hatch 2016-10-27 18:43:59 +02:00
configuration.py Move out all the config code to a separate module (#4192) 2016-12-23 09:46:04 +01:00
download.py Document get_file_content() parameters 2016-11-09 21:41:02 +01:00
exceptions.py Update UnsupportedPythonVersion docstring 2016-10-27 18:43:59 +02:00
index.py Revert "Normalize file URLs" (#4071) 2016-11-03 11:24:34 -04:00
locations.py OS X -> macOS (#4074) 2016-11-06 12:24:43 -05:00
pep425tags.py OS X -> macOS (#4074) 2016-11-06 12:24:43 -05:00
status_codes.py Switch to using the stdlib logger instead of pip.log 2014-09-10 09:36:09 -04:00
wheel.py Move uninstall file selection logic to req_uninstall.py 2016-11-20 13:04:14 +01:00