Skip to content

Commit 11748ea

Browse files
committed
skip on earlier bazel
1 parent c761e19 commit 11748ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/base_rules/precompile/precompile_tests.bzl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,9 @@ def _test_pyc_collection_include_dep_omit_source_impl(env, target):
515515
_tests.append(_test_pyc_collection_include_dep_omit_source)
516516

517517
def _test_precompile_attr_inherit_pyc_collection_disabled_precompile_flag_enabled(name):
518+
if not rp_config.enable_pystar:
519+
rt_util.skip_test(name = name)
520+
return
518521
rt_util.helper_target(
519522
py_binary,
520523
name = name + "_subject",

0 commit comments

Comments
 (0)