Travis builds non-deterministically fail for python 3.3 due to different versions of the pytest library being installed. We now force this package to be >3.2.1 for builds to pass.
@ioparaskev this fixes the issue you were going to look at!
Coverage remained the same at 97.29% when pulling 26ef6e43527fa8e8cc734486bb433f1bd9ff2ae3 on fix-builds into 7de080f0f38e34f1a11392575956b78b07d01a3a on master.
Coverage remained the same at 97.29% when pulling 4aea1e8d0f4bac7d5b0b115347290f49c0acbdd2 on fix-builds into 7de080f0f38e34f1a11392575956b78b07d01a3a on master.
Travis builds non-deterministically fail for python 3.3 due to different versions of the
pytest
library being installed. We now force this package to be>3.2.1
for builds to pass.@ioparaskev this fixes the issue you were going to look at!