Skip to content

Commit

Permalink
Remove --host_force_python=PY2 from bazelrc (#996)
Browse files Browse the repository at this point in the history
* Remove --host_force_python=PY2 from bazelrc

Bazel is dropping support for Python 2

Fixes #995

* Remove whitespace to trigger CI
  • Loading branch information
rickeylev authored Feb 1, 2023
1 parent be59289 commit a91618c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a91618c

Please sign in to comment.