Skip to content

Commit e10255e

Browse files
committed
Fails
1 parent 3464c14 commit e10255e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

examples/pip_parse/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,10 @@ py_console_script_binary(
5757
compile_pip_requirements(
5858
name = "requirements",
5959
src = "requirements.in",
60+
data = ["constraints.txt"],
6061
requirements_txt = "requirements_lock.txt",
6162
requirements_windows = "requirements_windows.txt",
63+
extra_args = ["--constraint=$(location constraints.txt)"],
6264
)
6365

6466
# Test the use of all pip_parse utilities in a single py_test

examples/pip_parse/constraints.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
urllib3>1.26.18

0 commit comments

Comments
 (0)