From da047ba24b40d7eba7225609c1a6a238f081d4f5 Mon Sep 17 00:00:00 2001 From: Scott Rice Date: Fri, 29 Mar 2019 12:34:41 -0700 Subject: [PATCH] Remove duplicate `screenshot_tests` target Summary: There is already a target which exports pretty much this exact set of files. Use that instead. Reviewed By: xiphirx Differential Revision: D14686541 fbshipit-source-id: e355d6c4986008223823a055d6886cd635c725b7 --- plugin/src/py/BUCK | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plugin/src/py/BUCK b/plugin/src/py/BUCK index a9da92e5..80703f97 100644 --- a/plugin/src/py/BUCK +++ b/plugin/src/py/BUCK @@ -1,11 +1,5 @@ load("@fbsource//tools/build_defs:fb_native_wrapper.bzl", "fb_native") -fb_native.python_library( - name = "screenshot_tests", - srcs = glob(["**/*.py"]), - visibility = ["PUBLIC"], -) - fb_native.python_library( name = "android_screenshot_tests", srcs = glob(["android_screenshot_tests/**/*.py"]),