python312Packages.eliot: disable failing tests

This commit is contained in:
Gaetan Lepage
2024-12-19 16:28:01 +01:00
parent 21789e5def
commit 434bed5e15
@@ -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";