Merge pull request #182 from radarhere/install_wheel
MRG: Changed TEST_DEPENDS pip install to install one package at a time In https://github.com/python-pillow/Pillow-wheels, `TEST_DEPENDS="pytest pytest-cov numpy scipy"`. scipy depends on numpy, and so if you try to install scipy and numpy at the same time, you receive an error that numpy is not present - https://travis-ci.org/python-pillow/pillow-wheels/jobs/397965939#L4956. This is not normally the case - it would seem to be happening here because wheels do not yet exist for Python 3.7. So instead, for this scenario, I suggest installing TEST_DEPENDS packages one at a time. Note that this doesn't solve that pillow-wheels build completely, but it's a step in the right direction, and worthwhile as a change in it's own right.
Showing
Please register or sign in to comment