`./pants --python-setup-interpreter-constraints='[...
# general
w
./pants --python-setup-interpreter-constraints='["CPython>=3.5,<4"]' test tests/python/pants_test/java:nailgun_io
feels like it should work, but only ends up constraining the interpreter, and not the pex which gets created
👍 1
... such that it fails to run with:
Copy code
Failed to execute PEX file, missing macosx_10_13_x86_64-cp-27-cp27m compatible dependencies for:
                     pytest-cov
                     pytest
                     pathlib2
                     coverage