Skip to content

Commit

Permalink
fixup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aignas committed Jan 22, 2025
1 parent fa883cf commit ece6b68
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/deprecated/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ hub_py_console_script_binary(
hub_compile_pip_requirements(
name = "hub_compile_pip_requirements",
src = "requirements.in",
requirements_txt = "requirements.txt",
requirements_txt = "requirements_hub.txt",
)

build_test(
Expand Down
2 changes: 1 addition & 1 deletion tests/deprecated/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# bazel run //tests/deprecated:hub_compile_pip_requirements.update
# bazel run //tests/deprecated:versioned_compile_pip_requirements.update
#
6 changes: 6 additions & 0 deletions tests/deprecated/requirements_hub.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# bazel run //tests/deprecated:hub_compile_pip_requirements.update
#

0 comments on commit ece6b68

Please sign in to comment.