Skip to content

Commit a77e542

Browse files
committed
remove windows build_python_zip_true test
1 parent 6fc07d7 commit a77e542

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

tests/config_settings/transition/multi_version_tests.bzl

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -120,27 +120,6 @@ def _test_py_binary_windows_build_python_zip_false_impl(env, target):
120120

121121
_tests.append(_test_py_binary_windows_build_python_zip_false)
122122

123-
def _test_py_binary_windows_build_python_zip_true(name):
124-
_setup_py_binary_windows(
125-
name,
126-
build_python_zip = True,
127-
impl = _test_py_binary_windows_build_python_zip_true_impl,
128-
)
129-
130-
def _test_py_binary_windows_build_python_zip_true_impl(env, target):
131-
default_outputs = env.expect.that_target(target).default_outputs()
132-
133-
# TODO: These outputs aren't correct. The outputs shouldn't
134-
# have the "_" prefix on them (those are coming from the underlying
135-
# wrapped binary).
136-
default_outputs.contains_exactly([
137-
"{package}/{test_name}_subject.exe",
138-
"{package}/{test_name}_subject.py",
139-
"{package}/{test_name}_subject.zip",
140-
])
141-
142-
_tests.append(_test_py_binary_windows_build_python_zip_true)
143-
144123
def multi_version_test_suite(name):
145124
test_suite(
146125
name = name,

0 commit comments

Comments
 (0)