Skip to content

Commit 7245224

Browse files
committed
remove xtest debugging code
1 parent 0bb7040 commit 7245224

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/python/python_tests.bzl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -886,12 +886,10 @@ _tests.append(_test_single_version_platform_override_errors)
886886
# * incorrect platform failure
887887
# * missing python_version failure
888888

889-
xtests = []
890-
891889
def python_test_suite(name):
892890
"""Create the test suite.
893891
894892
Args:
895893
name: the name of the test suite
896894
"""
897-
test_suite(name = name, basic_tests = xtests or _tests)
895+
test_suite(name = name, basic_tests = _tests)

0 commit comments

Comments
 (0)