Skip to content

Commit ece6b68

Browse files
committed
fixup tests
1 parent fa883cf commit ece6b68

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

tests/deprecated/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ hub_py_console_script_binary(
7676
hub_compile_pip_requirements(
7777
name = "hub_compile_pip_requirements",
7878
src = "requirements.in",
79-
requirements_txt = "requirements.txt",
79+
requirements_txt = "requirements_hub.txt",
8080
)
8181

8282
build_test(

tests/deprecated/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# bazel run //tests/deprecated:hub_compile_pip_requirements.update
5+
# bazel run //tests/deprecated:versioned_compile_pip_requirements.update
66
#
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.11
3+
# by the following command:
4+
#
5+
# bazel run //tests/deprecated:hub_compile_pip_requirements.update
6+
#

0 commit comments

Comments
 (0)