diff --git a/pkgs/development/python-modules/eliot/default.nix b/pkgs/development/python-modules/eliot/default.nix index fedbca7e913b..0904882f0d3e 100644 --- a/pkgs/development/python-modules/eliot/default.nix +++ b/pkgs/development/python-modules/eliot/default.nix @@ -65,6 +65,14 @@ buildPythonPackage rec { export PATH=$out/bin:$PATH ''; + disabledTests = [ + # Fails since dask's bump to 2024.12.2 + # Reported upstream: https://github.com/itamarst/eliot/issues/507 + "test_compute_logging" + "test_future" + "test_persist_logging" + ]; + meta = { homepage = "https://eliot.readthedocs.io"; description = "Logging library that tells you why it happened";