@@ -131,7 +131,7 @@ py_test(
131131 data = [":version_3_10" ],
132132 env = {
133133 "SUBPROCESS_VERSION_CHECK" : "3.10" ,
134- "SUBPROCESS_VERSION_PY_BINARY" : "$(rootpath :version_3_10)" ,
134+ "SUBPROCESS_VERSION_PY_BINARY" : "$(rootpaths :version_3_10)" ,
135135 "VERSION_CHECK" : "3.9" ,
136136 },
137137 main = "cross_version_test.py" ,
@@ -143,7 +143,7 @@ py_test_3_10(
143143 data = [":version_3_9" ],
144144 env = {
145145 "SUBPROCESS_VERSION_CHECK" : "3.9" ,
146- "SUBPROCESS_VERSION_PY_BINARY" : "$(rootpath :version_3_9)" ,
146+ "SUBPROCESS_VERSION_PY_BINARY" : "$(rootpaths :version_3_9)" ,
147147 "VERSION_CHECK" : "3.10" ,
148148 },
149149 main = "cross_version_test.py" ,
@@ -155,7 +155,7 @@ sh_test(
155155 data = [":version_default" ],
156156 env = {
157157 "VERSION_CHECK" : "3.9" , # The default defined in the WORKSPACE.
158- "VERSION_PY_BINARY" : "$(rootpath :version_default)" ,
158+ "VERSION_PY_BINARY" : "$(rootpaths :version_default)" ,
159159 },
160160)
161161
@@ -165,7 +165,7 @@ sh_test(
165165 data = [":version_3_8" ],
166166 env = {
167167 "VERSION_CHECK" : "3.8" ,
168- "VERSION_PY_BINARY" : "$(rootpath :version_3_8)" ,
168+ "VERSION_PY_BINARY" : "$(rootpaths :version_3_8)" ,
169169 },
170170)
171171
@@ -175,7 +175,7 @@ sh_test(
175175 data = [":version_3_9" ],
176176 env = {
177177 "VERSION_CHECK" : "3.9" ,
178- "VERSION_PY_BINARY" : "$(rootpath :version_3_9)" ,
178+ "VERSION_PY_BINARY" : "$(rootpaths :version_3_9)" ,
179179 },
180180)
181181
@@ -185,7 +185,7 @@ sh_test(
185185 data = [":version_3_10" ],
186186 env = {
187187 "VERSION_CHECK" : "3.10" ,
188- "VERSION_PY_BINARY" : "$(rootpath :version_3_10)" ,
188+ "VERSION_PY_BINARY" : "$(rootpaths :version_3_10)" ,
189189 },
190190)
191191
0 commit comments