Leo Famulari writes: > On Sat, Nov 26, 2016 at 02:51:22PM +0100, Danny Milosavljevic wrote: >> * gnu/packages/python.scm (python-flask): Update to 0.11.1. >> [native-inputs]: Add python-click. > > python2-flask can't find click: > > starting phase `check' > running "python setup.py" with command "test" and parameters () > running test > Searching for click>=2.0 > Reading https://pypi.python.org/simple/click/ > Download error on https://pypi.python.org/simple/click/: [Errno -2] Name or service not known -- Some packages may not be found! > Couldn't find index page for 'click' (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 -2] Name or service not known -- Some packages may not be found! > No local packages or download links found for click>=2.0 > error: Could not find suitable distribution for Requirement.parse('click>=2.0') > phase `check' failed after 0.2 seconds > builder for `/gnu/store/mrm59ipqv4kknmq1n2bm0dxfjcbggs08-python2-flask-0.11.1.drv' failed with exit code 1 I picked Dannys latest commit which fixed this. However it does seem to skip the tests entirely: starting phase `check' running "python setup.py" with command "test" and parameters () running test phase `check' succeeded after 0.1 seconds