From d82f036b89962ceaeb50bc7ff9c23bed7cd64131 Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Wed, 12 Apr 2023 17:32:19 -0700 Subject: bp2build support for python_test(_host) There was a request for using b with python tests. bp2build python tests exactly the same way as python binaries so that they can be used with `b`. Bug: None Test: go test Change-Id: Id68a6a73572745a4885b3e5bb1b8452e36baa982 --- python/python.go | 1 + 1 file changed, 1 insertion(+) (limited to 'python/python.go') diff --git a/python/python.go b/python/python.go index c7c523dfb..1a129737a 100644 --- a/python/python.go +++ b/python/python.go @@ -239,6 +239,7 @@ var ( protoExt = ".proto" pyVersion2 = "PY2" pyVersion3 = "PY3" + pyVersion2And3 = "PY2ANDPY3" internalPath = "internal" ) -- cgit v1.2.3-59-g8ed1b