skoczen / will

Will is a simple, beautiful-to-code bot for slack, hipchat, and a whole lot more.
https://heywill.io
MIT License
406 stars 171 forks source link

unpin pytest version w. broken dependency #399

Closed rsalmond closed 5 years ago

rsalmond commented 5 years ago

ATM pytest-cov is unpinned while pytest is, causing this issue.

pkg_resources.ContextualVersionConflict: (pytest 2.9.1 (/home/travis/build/skoczen/will/.eggs/pytest-2.9.1-py2.7.egg), Requirement.parse('pytest>=3.6'), set(['pytest-cov']))

Assuming Travis doesn't fail the way #398 did, this should fix it.