diff options
| author | Samuel Ainsworth <skainsworth@gmail.com> | 2023-02-08 14:10:46 -0800 |
|---|---|---|
| committer | Samuel Ainsworth <skainsworth@gmail.com> | 2023-02-08 14:10:46 -0800 |
| commit | f12ae788334fbcc6a018f0504a04e985acb9338f (patch) | |
| tree | 279a136198c35dc069fe7792232d69fb3257eef2 | |
| parent | python3Packages.apache-beam: relaxing pyarrow dep no longer necessary (diff) | |
| download | nixpkgs-origin/samuela/apache-beam.tar.gz | |
python3Packages.apache-beam: skip failing testsorigin/samuela/apache-beam
| -rw-r--r-- | pkgs/development/python-modules/apache-beam/default.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/apache-beam/default.nix b/pkgs/development/python-modules/apache-beam/default.nix index 32fec0fff0f8..e204d816dc0d 100644 --- a/pkgs/development/python-modules/apache-beam/default.nix +++ b/pkgs/development/python-modules/apache-beam/default.nix @@ -164,6 +164,13 @@ buildPythonPackage rec { # Fails starting from dill 0.3.6 because it tries to pickle pytest globals: # https://github.com/uqfoundation/dill/issues/482#issuecomment-1139017499. "apache_beam/transforms/window_test.py" + + # See https://github.com/apache/beam/issues/25390. + "apache_beam/coders/slow_coders_test.py" + "apache_beam/dataframe/pandas_doctests_test.py" + "apache_beam/typehints/typed_pipeline_test.py" + "apache_beam/coders/fast_coders_test.py" + "apache_beam/dataframe/schemas_test.py" ]; disabledTests = [ |
