Skip to content

Pin mock for testing on python2

Duncan Macleod requested to merge github/fork/duncanmmacleod/mock-python2 into master

This PR pins mock to <4.0.0a0 on python 2, since 4.0.0 is python3-only, but pip has no idea how to respect that. This should fix the build failures seen in #1209, etc.

Merge request reports