aboutsummaryrefslogtreecommitdiff
path: root/examples/pip_repository_annotations/requirements.txt
diff options
context:
space:
mode:
authorRasrack <Rasrack@users.noreply.github.com>2023-04-25 19:20:00 +0200
committerGitHub <noreply@github.com>2023-04-25 10:20:00 -0700
commit952880642e157cc1dadba82579e7b18dde9b9160 (patch)
tree31b0d68489fd3cd1cfa0cde314c0d0005f3857fe /examples/pip_repository_annotations/requirements.txt
parentc5f24dd4927a0ce9881792389c84e359a3a7b528 (diff)
downloadbazelbuild-rules_python-952880642e157cc1dadba82579e7b18dde9b9160.tar.gz
fix: compile_pip_requirements test from external repositories (#1124)
Previously when running the compile_pip_requirements test from an external repository the test failed. This was due to the fact that paths in the annotations of the lock file contained paths from the external repository. Another problem was that the requirement files could not be located.
Diffstat (limited to 'examples/pip_repository_annotations/requirements.txt')
-rw-r--r--examples/pip_repository_annotations/requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/pip_repository_annotations/requirements.txt b/examples/pip_repository_annotations/requirements.txt
index f599f7a..9fde0a9 100644
--- a/examples/pip_repository_annotations/requirements.txt
+++ b/examples/pip_repository_annotations/requirements.txt
@@ -21,7 +21,7 @@ idna==3.4 \
requests[security]==2.28.1 \
--hash=sha256:7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983 \
--hash=sha256:8fefa2a1a1365bf5520aac41836fbee479da67864514bdb821f31ce07ce65349
- # via -r ./requirements.in
+ # via -r requirements.in
urllib3==1.26.13 \
--hash=sha256:47cc05d99aaa09c9e72ed5809b60e7ba354e64b59c9c173ac3018642d8bb41fc \
--hash=sha256:c083dd0dce68dbfbe1129d5271cb90f9447dea7d52097c6e0126120c521ddea8
@@ -29,4 +29,4 @@ urllib3==1.26.13 \
wheel==0.38.4 \
--hash=sha256:965f5259b566725405b05e7cf774052044b1ed30119b5d586b2703aafe8719ac \
--hash=sha256:b60533f3f5d530e971d6737ca6d58681ee434818fab630c83a734bb10c083ce8
- # via -r ./requirements.in
+ # via -r requirements.in