google / subpar

Subpar is a utility for creating self-contained python executables. It is designed to work well with Bazel.
Apache License 2.0
567 stars 69 forks source link

Fix tests to use proper select() for python version #102

Closed brandjon closed 5 years ago

brandjon commented 5 years ago

Looks like //tests:version_test relies on a custom flag to get the Python version. It should use @bazel_tools//tools/python:PY[2|3]. This may cause problems once --incompatible_use_python_toolchains is enabled (#98).