Opened 9 years ago
Closed 9 years ago
#5338 closed enhancement (fixed)
mock requires setuptools>=17.1
Reported by: | ayleph | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | programming | Keywords: | mock, setuptools, python2, version, dependency |
Cc: | Parent Tickets: |
Description
Lately we've had a couple of users complain that make
fails because the python2 install requires mock, and latest mock now requires a more recent version of setuptools than their distribution provides.
mock: mock requires setuptools>=17.1
Can we pin mock at a lower version to prevent this issue?
I couldn't add my original comment because it's marked as spam. I've pinned mock 1.0.1 in Python 2 on master and stable branches.
Thanks!