mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
Merge pull request #223456 from samuela/samuela/apache-beam
python3Packages.apache-beam: fix build
This commit is contained in:
commit
a16153a8a5
@ -200,6 +200,8 @@ buildPythonPackage rec {
|
||||
"test_get_output_batch_type"
|
||||
"test_pformat_namedtuple_with_unnamed_fields"
|
||||
"test_row_coder_fail_early_bad_schema"
|
||||
# See https://github.com/apache/beam/issues/26004.
|
||||
"test_batch_encode_decode"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
@ -207,6 +209,5 @@ buildPythonPackage rec {
|
||||
homepage = "https://beam.apache.org/";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ ndl ];
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user