anfedorov / psutil

Automatically exported from code.google.com/p/psutil
Other
0 stars 0 forks source link

Consider disabling external package hosting for PyPI record #419

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It is a growing best practice to set pip config options to:

allow-all-external = false
no-allow-insecure = false

This will complain loudly when trying to install packages that are not hosted 
on PyPI, including psutil

Please considering changing this setting for psutil

see:

http://pypi-externals.caremad.io/help/what/

Thanks

Original issue reported on code.google.com by prestonh...@gmail.com on 16 Aug 2013 at 8:34

GoogleCodeExporter commented 8 years ago

Original comment by g.rodola on 23 Aug 2013 at 10:53