Skip to content

Commit

Permalink
Explicitly mark Python binaries with python_version = PY3. (envoyprox…
Browse files Browse the repository at this point in the history
…y#7778)

Signed-off-by: Yan Avlasov <[email protected]>
  • Loading branch information
yanavlasov authored and mattklein123 committed Jul 31, 2019
1 parent 6a414b2 commit 59c080c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ py_binary(
name = "capture_fuzz_gen",
srcs = ["capture_fuzz_gen.py"],
licenses = ["notice"], # Apache 2
python_version = "PY3",
visibility = ["//visibility:public"],
deps = [
":capture_fuzz_proto_py",
Expand Down

0 comments on commit 59c080c

Please sign in to comment.