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 27a965d commit d42f1bbCopy full SHA for d42f1bb
1 file changed
tests/python/python_tests.bzl
@@ -886,10 +886,12 @@ _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
"""
- test_suite(name = name, basic_tests = _tests)
897
+ test_suite(name = name, basic_tests = xtests or _tests)
0 commit comments