8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6aedd commit fdbb17aCopy full SHA for fdbb17a
WORKSPACE
@@ -81,7 +81,7 @@ _piptool_install()
81
git_repository(
82
name = "subpar",
83
remote = "https://github.com/google/subpar",
84
- commit = "0356bef3fbbabec5f0e196ecfacdeb6db62d48c0", # 2019-03-07
+ tag = "2.0.0",
85
)
86
87
###################################
examples/extras/BUILD
@@ -26,4 +26,5 @@ py_test(
26
# Make sure that we can resolve the "extra" dependency
27
requirement("googleapis-common-protos[grpc]"),
28
],
29
+ python_version = "PY2",
30
examples/helloworld/BUILD
@@ -28,4 +28,5 @@ py_test(
name = "helloworld_test",
srcs = ["helloworld_test.py"],
deps = [":helloworld"],
31
32
0 commit comments