We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb7040 commit 7245224Copy full SHA for 7245224
1 file changed
tests/python/python_tests.bzl
@@ -886,12 +886,10 @@ _tests.append(_test_single_version_platform_override_errors)
886
# * incorrect platform failure
887
# * missing python_version failure
888
889
-xtests = []
890
-
891
def python_test_suite(name):
892
"""Create the test suite.
893
894
Args:
895
name: the name of the test suite
896
"""
897
- test_suite(name = name, basic_tests = xtests or _tests)
+ test_suite(name = name, basic_tests = _tests)
0 commit comments