macropin / django-registration

Django-registration (redux) provides user registration functionality for Django websites.
http://django-registration-redux.readthedocs.org
Other
975 stars 347 forks source link

Fix travis builds #290

Closed joshblum closed 7 years ago

joshblum commented 7 years ago

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!

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 97.29% when pulling 26ef6e43527fa8e8cc734486bb433f1bd9ff2ae3 on fix-builds into 7de080f0f38e34f1a11392575956b78b07d01a3a on master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 97.29% when pulling 4aea1e8d0f4bac7d5b0b115347290f49c0acbdd2 on fix-builds into 7de080f0f38e34f1a11392575956b78b07d01a3a on master.

ioparaskev commented 7 years ago

@joshblum I didn't have time to check this earlier. I'm glad you found a working solution ^^