python3Packages.apache-beam: 2.73.0 -> 2.74.0 (#538352)

This commit is contained in:
kirillrdy
2026-07-06 07:59:41 +00:00
committed by GitHub
@@ -66,7 +66,7 @@
buildPythonPackage (finalAttrs: {
pname = "apache-beam";
version = "2.73.0";
version = "2.74.0";
pyproject = true;
__structuredAttrs = true;
@@ -74,7 +74,7 @@ buildPythonPackage (finalAttrs: {
owner = "apache";
repo = "beam";
tag = "v${finalAttrs.version}";
hash = "sha256-0xdz4pxyiXYgIe3+Rb+prgVMjWHQnTSFn504mdMD3Xg=";
hash = "sha256-30abjaQFYNQ798GhS+MRMDkBbgsJyr6CYb9ymENLrfA=";
};
sourceRoot = "${finalAttrs.src.name}/sdks/python";
@@ -193,7 +193,6 @@ buildPythonPackage (finalAttrs: {
# These tests depend on the availability of specific servers backends.
"apache_beam/runners/portability/flink_runner_test.py"
"apache_beam/runners/portability/samza_runner_test.py"
"apache_beam/runners/portability/spark_runner_test.py"
# Fails starting from dill 0.3.6 because it tries to pickle pytest globals: