···
···
72
-
hash = "sha256-nRofy9pvhO5SUvkIk73ViFm1gPWxEhj1rAUeCVYIpYs=";
73
+
hash = "sha256-gHlbmPNtSKjYO4YPPtWnjul977APsHwe/2cq2UG4wuk=";
76
+
sourceRoot = "${src.name}/sdks/python";
79
+
substituteInPlace pyproject.toml \
80
+
--replace-fail "==" ">=" \
81
+
--replace-fail ",<2.3.0" ""
83
+
substituteInPlace setup.py \
84
+
--replace-fail " copy_tests_from_docs()" ""
···
98
-
sourceRoot = "${src.name}/sdks/python";
···
···
enableParallelBuilding = true;
140
-
substituteInPlace pyproject.toml \
141
-
--replace-fail "distlib==0.3.7" "distlib" \
142
-
--replace-fail "yapf==0.29.0" "yapf" \
143
-
--replace-fail "grpcio-tools==1.62.1" "grpcio-tools" \
144
-
--replace-fail "mypy-protobuf==3.5.0" "mypy-protobuf" \
145
-
--replace-fail "numpy>=1.14.3,<2.3.0" "numpy"
147
-
substituteInPlace setup.py \
148
-
--replace-fail " copy_tests_from_docs()" ""
__darwinAllowLocalNetworking = true;
pythonImportsCheck = [ "apache_beam" ];
···
180
+
# FileNotFoundError: [Errno 2] No such file or directory:
181
+
# '/nix/store/...-python3.13-apache-beam-2.67.0/lib/python3.13/site-packages/apache_beam/yaml/docs/yaml.md'
182
+
"apache_beam/yaml/examples/testing/examples_test.py"
184
+
# from google.cloud.sql.connector import Connector
185
+
# E ModuleNotFoundError: No module named 'google.cloud'
186
+
"apache_beam/ml/rag/ingestion/cloudsql_it_test.py"
# _______ ERROR collecting apache_beam/io/external/xlang_jdbcio_it_test.py _______
# apache_beam/io/external/xlang_jdbcio_it_test.py:80: in <module>
···
349
+
# fixture 'self' not found
350
+
"test_with_batched_input_exceeds_size_limit"
351
+
"test_with_batched_input_splits_large_batch"
# IndexError: list index out of range
"test_only_sample_exceptions"