Anyone know why this commit I cherry-picked onto t...
# announce
a
Anyone know why this commit I cherry-picked onto the 1.15.x branch would be getting SSL errors on OSX talking to pypi? https://travis-ci.org/pantsbuild/pants/jobs/531888196
@aloof-angle-91616 @hundreds-father-404 ^^
a
i do not, but pinning the versions of
lazy-object-proxy
or
setuptools_scm
might get us somewhere?
or actually, we could try setting the interpreter constraints for that tool to use python 3 specifically
--conan-interpreter-constraints=['CPython>3,<4']
or something
or probably in pants.ini
just in case it's a per-interpreter thing
h
Oh no, we do not want this to be the case that it’s using
/usr/bin/python
! https://travis-ci.org/pantsbuild/pants/jobs/531888196#L167 That is known to have outdated OpenSSL
I think the issue is https://github.com/pantsbuild/pants/pull/7591 is not cherry-picked into 1.15.x
a
Oh dear. That doesn’t even nearly apply cleanly 😞
Oh well, I will just give up on 1.15.x and try to make 1.16.x a thing real soon
💯 1
Thanks for your advice!
h
Very good call imo.
.travis.yml
changes are the worst to merge