• E
    Use log level info when ignoring packages due to environment markers · 4b813881
    Ed Morley 提交于
    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.
    4b813881
test_install.py 47.2 KB