On Sun, Nov 27, 2016 at 01:25:25PM +0100, Marius Bakke wrote: > Leo Famulari writes: > > 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. Thanks! > 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 I guess it must be doing *something* if it was looking for click and failing previously. But, I think this is similar to the issue whereby many test suites were silently skipped with Python 3.4. We could try invoking them manually. At least, it looks the same in the build log.