File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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-
2216load ("@rules_python//python:repositories.bzl" , "py_repositories" , "python_register_toolchains" )
2317
2418py_repositories ()
@@ -64,3 +58,9 @@ load("@pip//:requirements.bzl", "install_deps")
6458
6559# Initialize repositories for all packages in requirements_lock.txt.
6660install_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 ()
You can’t perform that action at this time.
0 commit comments