We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 045d966 commit 2f7db75Copy full SHA for 2f7db75
.github/workflows/release_prep.sh
@@ -33,8 +33,6 @@ http_archive(
33
strip_prefix = "${PREFIX}",
34
url = "https://github.com/caseyduquettesc/rules_python_pytest/releases/download/${TAG}/${ARCHIVE}",
35
)
36
-load("@rules_python_pytest//python_pytest:repositories.bzl", "rules_python_pytest_dependencies")
37
-rules_python_pytest_dependencies()
38
EOF
39
40
awk 'f;/--SNIP--/{f=1}' e2e/smoke/WORKSPACE.bazel
0 commit comments