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 df77fa5 commit 4b03c2aCopy full SHA for 4b03c2a
tests/bootstrap_impls/venv_relative_path_tests.bzl
@@ -15,7 +15,7 @@
15
"Unit tests for relative_path computation"
16
17
load("@rules_testing//lib:test_suite.bzl", "test_suite")
18
-load("//python/private:py_executable.bzl", "relative_path") # buildifier: disable=bzl-visibility
+load("//python/private:common.bzl", "relative_path") # buildifier: disable=bzl-visibility
19
20
_tests = []
21
0 commit comments