1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/src/pip/_internal
Ed Morley 4b81388199 Use log level info when ignoring packages due to environment markers
The use of environment markers implies that the user expects the
packages to not be installed in some cases (eg depending on version
of Python), so the log output shouldn't be classed as a warning,
particularly since this results in it being sent to `stderr` rather
than `stdout`.

Fixes #4876.
2018-01-28 15:36:23 +00:00
..
commands Merge branch 'master' into cache/ephem-wheel-cache 2018-01-24 02:15:21 +05:30
models Move all internal APIs to pip._internal 2017-08-31 14:53:00 -04:00
operations Round 1 of Cleanups (#4844) 2017-12-25 15:23:27 +05:30
req Use log level info when ignoring packages due to environment markers 2018-01-28 15:36:23 +00:00
utils Handle stdin correctly when calling subprocesses 2018-01-21 16:47:00 +05:30
vcs Round 1 of Cleanups (#4844) 2017-12-25 15:23:27 +05:30
__init__.py Round 1 of Cleanups (#4844) 2017-12-25 15:23:27 +05:30
basecommand.py Upgrade syntax in src/pip/_internal 2017-12-14 21:59:22 -08:00
baseparser.py Error out on encoding issues while loading configuration (#4976) 2018-01-23 21:56:20 +05:30
build_env.py Use a property 2018-01-23 22:08:38 +05:30
cache.py Rework Wheel Caching 2017-10-04 18:53:55 +05:30
cmdoptions.py Add a note about temporary directories to --build help text (#4944) 2018-01-01 23:46:50 +05:30
compat.py Round 1 of Cleanups (#4844) 2017-12-25 15:23:27 +05:30
configuration.py Error out on encoding issues while loading configuration (#4976) 2018-01-23 21:56:20 +05:30
download.py Round 1 of Cleanups (#4844) 2017-12-25 15:23:27 +05:30
exceptions.py Move all internal APIs to pip._internal 2017-08-31 14:53:00 -04:00
index.py Round 1 of Cleanups (#4844) 2017-12-25 15:23:27 +05:30
locations.py Upgrade syntax in src/pip/_internal 2017-12-14 21:59:22 -08:00
pep425tags.py Move all internal APIs to pip._internal 2017-08-31 14:53:00 -04:00
resolve.py Merge branch 'master' into cache/ephem-wheel-cache 2017-12-01 19:16:27 +05:30
status_codes.py Move all internal APIs to pip._internal 2017-08-31 14:53:00 -04:00
wheel.py Disallow non-wheel build dependencies (PEP 518) 2018-01-26 14:20:13 +05:30