Closed wlach closed 7 years ago
Maybe a side effect of #117?
I have isolated this down to either us not running pipstrap anymore in tox (change in #117) or (less likely) us installing the coverage package at the wrong time.
If the former, the solution might just be to switch to a python 3.6 image (which presumably has a newer version of pip).
Will look at this tomorrow.
It's pipstrap. But upgrading python to 3.6 (which comes with pip 9.1) removes the need for that.
This has been fixed for a while.
Running
make tests
from the commandline doesn't work (unless I add pytest to the requirements). @maurodoglio -- do you know what's going on?