blob: cade0d2b8ed779d18161859f52c9146523a419e1 [file]
load("//python:py_test.bzl", "py_test")
load("//tests/support:support.bzl", "SUPPORTS_BZLMOD")
py_test(
name = "whl_library_extras_test",
srcs = ["whl_library_extras_test.py"],
target_compatible_with = SUPPORTS_BZLMOD,
deps = [
"@whl_library_extras_direct_dep//:pkg",
],
)