We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e5adb0 commit 985ce99Copy full SHA for 985ce99
tools/BUILD
@@ -15,16 +15,5 @@ package(default_visibility = ["//visibility:public"])
15
16
licenses(["notice"]) # Apache 2.0
17
18
-# This is generated and updated by ./update_tools.sh
+# These files are generated and updated by ./update_tools.sh
19
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
0 commit comments