On Sep 12, 2014, at 08:18 AM, Jonas Genannt wrote: >I: pybuild base:170: python2.7 setup.py test >running test >Searching for tox >Reading https://pypi.python.org/simple/tox/ >Download error on https://pypi.python.org/simple/tox/: [Errno 111] >Connection refused -- Some packages may not be found! Couldn't find >index page for 'tox' (maybe misspelled?) Scanning index of all packages >(this may take a while) Reading https://pypi.python.org/simple/ >Download error on https://pypi.python.org/simple/: [Errno 111] >Connection refused -- Some packages may not be found! No local packages >or download links found for tox error: Could not find suitable >distribution for Requirement.parse('tox') E: pybuild pybuild:256: test: >plugin distutils failed with: exit code=1: python2.7 setup.py test
pybuild automatically sets http_proxy and https_proxy to the discard port, disabling all network access. This is generally a good thing because most buildds won't let you access the internet either, so you want these to fail on local builds. When you see the error above, it generally means there's a missing build dependency. -Barry -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20140912091654.78a59...@limelight.wooz.org