Skip to content

Commit

Permalink
Remove duplicate screenshot_tests target
Browse files Browse the repository at this point in the history
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
  • Loading branch information
scottrice authored and facebook-github-bot committed Mar 29, 2019
1 parent 80e850e commit da047ba
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions plugin/src/py/BUCK
Original file line number Diff line number Diff line change
@@ -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"]),
Expand Down

0 comments on commit da047ba

Please sign in to comment.