8000 Update to work with --incompatible_use_python_toolchains by brandjon · Pull Request #188 · bazel-contrib/rules_python · GitHub
[go: up one dir, main page]

Skip to content

Update to work with --incompatible_use_python_toolchains #188

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ _piptool_install()
git_repository(
name = "subpar",
remote = "https://github.com/google/subpar",
commit = "0356bef3fbbabec5f0e196ecfacdeb6db62d48c0", # 2019-03-07
tag = "2.0.0",
)

###################################
Expand Down
1 change: 1 addition & 0 deletions examples/extras/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ py_test(
# Make sure that we can resolve the "extra" dependency
requirement("googleapis-common-protos[grpc]"),
],
python_version = "PY2",
)
1 change: 1 addition & 0 deletions examples/helloworld/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ py_test(
name = "helloworld_test",
srcs = ["helloworld_test.py"],
deps = [":helloworld"],
python_version = "PY2",
)
0