File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ py_library(
2525py_library (
2626 name = "argparse_flags" ,
2727 srcs = ["argparse_flags.py" ],
28+ strict_deps = False ,
2829 visibility = ["//visibility:public" ],
2930 deps = [":flags" ],
3031)
@@ -53,6 +54,7 @@ py_library(
5354py_library (
5455 name = "_exceptions" ,
5556 srcs = ["_exceptions.py" ],
57+ strict_deps = False ,
5658 deps = [
5759 ":_helpers" ,
5860 ],
@@ -89,6 +91,7 @@ py_library(
8991 srcs = [
9092 "_validators.py" ,
9193 ],
94+ strict_deps = False ,
9295 deps = [
9396 ":_exceptions" ,
9497 ":_flagvalues" ,
@@ -101,6 +104,7 @@ py_library(
101104 srcs = [
102105 "_validators_classes.py" ,
103106 ],
107+ strict_deps = False ,
104108 deps = [
105109 ":_exceptions" ,
106110 ],
@@ -259,6 +263,7 @@ py_library(
259263 name = "tests/module_bar" ,
260264 testonly = 1 ,
261265 srcs = ["tests/module_bar.py" ],
266+ strict_deps = False ,
262267 deps = [
263268 ":_helpers" ,
264269 ":flags" ,
@@ -269,13 +274,15 @@ py_library(
269274 name = "tests/module_baz" ,
270275 testonly = 1 ,
271276 srcs = ["tests/module_baz.py" ],
277+ strict_deps = False ,
272278 deps = [":flags" ],
273279)
274280
275281py_library (
276282 name = "tests/module_foo" ,
277283 testonly = 1 ,
278284 srcs = ["tests/module_foo.py" ],
285+ strict_deps = False ,
279286 deps = [
280287 ":_helpers" ,
281288 ":flags" ,
You can’t perform that action at this time.
0 commit comments