You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: use a custom rule instead of native.filegroup for testing that PyInfo is a required provider. (bazel-contrib#1479)
Within Google, for historical reasons, the filegroup rule type is
allowed in deps, which means `test_requires_pyinfo` test fails. This can
be easily worked around by using a custom rule that doesn't have the
same name.
0 commit comments