py_test(
 name = "test_modin",
 size = "large",
 srcs = ["test_modin.py"],
 deps = ["//:ray_lib", "//python/ray/tests:conftest"],
 tags = ["team:core", "exclusive"],
)
