8000 chore: exclude requirements test on RBE · bazel-contrib/rules_python@cb3f5a7 · GitHub
[go: up one dir, main page]

Skip to content

Commit cb3f5a7

Browse files
committed
chore: exclude requirements test on RBE
1 parent 11c9153 commit cb3f5a7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

tools/publish/BUILD.bazel

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ load("//python:pip.bzl", "compile_pip_requirements")
33
compile_pip_requirements(
44
name = "requirements",
55
requirements_windows = "requirements_windows.txt",
6-
# This fails on RBE and MacOS right now, and we don't need coverage there
7-
# tags = ["manual"],
6354 6+
# This fails on RBE right now, and we don't need coverage there:
7+
# WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None))
8+
# after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f3784e08110>:
9+
# Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/twine/
10+
#
11+
# ERROR: Could not find a version that satisfies the requirement twine==4.0.2
12+
# (from -r tools/publish/requirements.in (line 1)) (from versions: none)
13+
tags = ["no-remote-exec"],
814
)

0 commit comments

Comments
 (0)
0