Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 985ce99

Browse filesBrowse 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
Copy full SHA for 985ce99

File tree

2 files changed

+1
-105
lines changed
Filter options

2 files changed

+1
-105
lines changed

‎tools/BUILD

Copy file name to clipboardExpand all lines: tools/BUILD
+1-12
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

Copy file name to clipboardExpand all lines: tools/par_test.py
-93
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.