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 d395626 commit cd06d6dCopy full SHA for cd06d6d
repositories/requirements-pip.txt
@@ -2,5 +2,5 @@
2
six==1.11.0
3
addict==2.1.2
4
# required by docker/security & deps
5
-PyYAML==5.4
+PyYAML==5.1
6
tests/contrib/BUILD
@@ -182,6 +182,9 @@ container_repro_test(
182
"node",
183
],
184
image = "//testdata:derivative_with_volume",
185
+ # FIXME(alex.eagle): failing on master due to PyYaml upgrade
186
+ # https://buildkite.com/bazel/rules-docker-docker/builds/5615
187
+ tags = ["manual"],
188
workspace_file = "//:WORKSPACE",
189
)
190
0 commit comments