8000 Delete //tools:par_test (#133) · serve-robotics/rules_python@985ce99 · GitHub
[go: up one dir, main page]

Skip to content

Commit 985ce99

Browse files
authored
Delete //tools:par_test (bazel-contrib#133)
The test is brittle and shouldn't be used as a security guarantee anyway. See bazel-contrib#117 (comment) for more context. Fixes bazel-contrib#117.
1 parent 7e5adb0 commit 985ce99

File tree

2 files changed

+1
-105
lines changed

2 files changed

+1
-105
lines changed

tools/BUILD

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,5 @@ package(default_visibility = ["//visibility:public"])
1515

1616
licenses(["notice"]) # Apache 2.0
1717

18-
# This is generated and updated by ./update_tools.sh
18+
# These files are generated and updated by ./update_tools.sh
1919
exports_files(["piptool.par", "whltool.par"])
20-
21-
py_test(
22-
name = "par_test",
23-
srcs = ["par_test.py"],
24-
data = [
25-
"//rules_python:piptool.par",
26-
"//rules_python:whltool.par",
27-
":piptool.par",
28-
":whltool.par",
29-
],
30-
)

tools/par_test.py

Lines changed: 0 additions & 93 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0