Hmm, trying to run the tests on master on mac in a...
# general
r
Hmm, trying to run the tests on master on mac in a clean client is giving me a cffi
_PyUnicodeUCS4_AsASCIIString
while doing `tests/python/pants_test/engine/examples:planners`; it looks like pants is definitely going after a wide unicode wheel, and I’m not sure how to convince it to do otherwise. AFAIK I don’t actually have a ucs4 build installed, and debug log indicates it only finds system and brewed python, and I force it to use the brew one. I thought I could force it to use the correct one by downloading it, dropping it in a
wheelhouse
and passing
—python-repos-repos=”+[‘wheelhouse/’]”
but it’s still fetching
cffi-1.7.0-cp27-cp27mu-macosx_10_10_x86_64.whl
which is the wide version.