aloof-angle-91616
03/06/2019, 7:33 PMhundreds-father-404
03/06/2019, 7:34 PMaloof-angle-91616
03/06/2019, 7:35 PMhundreds-father-404
03/06/2019, 7:51 PMtest_python_run_integration
is failing. https://travis-ci.org/pantsbuild/pants/jobs/499019748#L740
It’s complaining it can’t find a compatible interpreter with [u'CPython>=3.6,<4', u'CPython>=2.7,<3']
, even though the test is running with 3.6.7.
I can’t reproduce locally. My hypothesis was our change to ./pants binary
means the ./pants.pex
now has interpreter constraints it did not earlier have of CPython>=3.6
, which we set in .travis.yml
for this shard. But that doesn’t reproduce when I run ci.sh -2b
to bootstrap the PEX then run PANTS_PYTHON_SETUP_INTERPRETER_CONSTRAINTS="['CPython>=3.6']" ./pants.pex clean-all test tests/python/pants_test/backend/python/tasks:integration -- -k test_pants_test_interpreter_selection_with_pexrc
aloof-angle-91616
03/06/2019, 10:05 PMhundreds-father-404
03/07/2019, 12:16 AM