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 d8bdd3c commit 5dc2ba3Copy full SHA for 5dc2ba3
tests/uv/lock/lock_tests.bzl
@@ -35,13 +35,19 @@ def lock_test_suite(name):
35
"testdata/build_constraints.txt",
36
"testdata/build_constraints2.txt",
37
],
38
+ # It seems that the CI remote executors for the RBE do not have network
39
+ # connectivity. Is it only our setup or is it a property of RBE?
40
+ tags = ["no-remote-exec"],
41
out = "testdata/requirements.txt",
42
)
43
44
lock(
45
name = "requirements_new_file",
46
srcs = ["testdata/requirements.in"],
47
out = "does_not_exist.txt",
48
49
50
51
52
53
py_reconfig_test(
0 commit comments