diff --git a/.bazelrc b/.bazelrc index dd36e6a4e..aabc54bf1 100644 --- a/.bazelrc +++ b/.bazelrc @@ -12,12 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -# The following flags are set to test use of new features for python toolchains -# These flags will only work with Bazel 0.25.0 or above. - -build --host_force_python=PY2 -test --host_force_python=PY2 -run --host_force_python=PY2 - # Defaults to auto which means off for Windows, explicitly enable for sh tests build --enable_runfiles=yes