python312Packages.apache-beam: 2.63.0 -> 2.65.0 (#408537)

This commit is contained in:
Gaétan Lepage
2025-05-21 01:30:45 +02:00
committed by GitHub
2 changed files with 11 additions and 4 deletions
@@ -17,7 +17,6 @@
yapf,
# dependencies
cloudpickle,
crcmod,
dill,
fastavro,
@@ -63,14 +62,14 @@
buildPythonPackage rec {
pname = "apache-beam";
version = "2.63.0";
version = "2.65.0";
pyproject = true;
src = fetchFromGitHub {
owner = "apache";
repo = "beam";
tag = "v${version}";
hash = "sha256-ixJstawgU3UGtNKVzkwMCLkdY7QKTbxNe6JJ7vG+vmA=";
hash = "sha256-vDW0PVNep+egIZBe4t8IPwLgsQDmoO4rrA4wUoAHzfg=";
};
pythonRelaxDeps = [
@@ -109,7 +108,6 @@ buildPythonPackage rec {
];
dependencies = [
cloudpickle
crcmod
dill
fastavro
@@ -26,6 +26,7 @@
apache-beam,
beautifulsoup4,
click,
cloudpickle,
datasets,
ffmpeg,
imagemagick,
@@ -101,6 +102,7 @@ buildPythonPackage rec {
apache-beam
beautifulsoup4
click
cloudpickle
datasets
ffmpeg
imagemagick
@@ -136,6 +138,13 @@ buildPythonPackage rec {
"--deselect=tensorflow_datasets/text/c4_wsrs/c4_wsrs_test.py::C4WSRSTest"
];
disabledTests = [
# Since updating apache-beam to 2.65.0
# RuntimeError: Unable to pickle fn CallableWrapperDoFn...: maximum recursion depth exceeded
# https://github.com/tensorflow/datasets/issues/11055
"test_download_and_prepare_as_dataset"
];
disabledTestPaths = [
# Sandbox violations: network access, filesystem write attempts outside of build dir, ...
"tensorflow_datasets/core/dataset_builder_test.py"