Skip to content

Commit 045d966

Browse files
fix release notes
1 parent c15a4e1 commit 045d966

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

e2e/smoke/WORKSPACE.bazel

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ http_archive(
1313
url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.17.3.tar.gz",
1414
)
1515

16-
#---SNIP--- Below here is re-used in the workspace snippet published on releases
17-
18-
load("@rules_python_pytest//python_pytest:repositories.bzl", "rules_python_pytest_dependencies")
19-
20-
rules_python_pytest_dependencies()
21-
2216
load("@rules_python//python:repositories.bzl", "py_repositories", "python_register_toolchains")
2317

2418
py_repositories()
@@ -64,3 +58,9 @@ load("@pip//:requirements.bzl", "install_deps")
6458

6559
# Initialize repositories for all packages in requirements_lock.txt.
6660
install_deps()
61+
62+
#---SNIP--- Below here is re-used in the workspace snippet published on releases
63+
64+
load("@rules_python_pytest//python_pytest:repositories.bzl", "rules_python_pytest_dependencies")
65+
66+
rules_python_pytest_dependencies()

0 commit comments

Comments
 (0)