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,7 +13,7 @@ WORKSPACE snippet:
1313\`\`\` starlark
1414load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
1515http_archive(
16- name = "caseyduquettesc_rules_python_pytest ",
16+ name = "rules_python_pytest ",
1717 sha256 = "${SHA} ",
1818 strip_prefix = "${PREFIX} ",
1919 url = "https://github.com/caseyduquettesc/rules_python_pytest/archive/${TAG} .tar.gz",
@@ -24,7 +24,7 @@ http_archive(
2424# you should fetch it *before* calling this.
2525# Alternatively, you can skip calling this function, so long as you've
2626# already fetched all the dependencies.
27- load("@caseyduquettesc_rules_python_pytest //python_pytest:repositories.bzl", "rules_python_pytest_dependencies")
27+ load("@rules_python_pytest //python_pytest:repositories.bzl", "rules_python_pytest_dependencies")
2828rules_python_pytest_dependencies()
2929
3030\`\`\`
You can’t perform that action at this time.
0 commit comments