python3Packages.zict: disable one test (#530959)

This commit is contained in:
Peder Bergebakken Sundt
2026-06-30 20:49:55 +00:00
committed by GitHub
@@ -28,6 +28,11 @@ buildPythonPackage (finalAttrs: {
pytest-timeout
];
disabledTests = [
# timeout
"test_stress_different_keys_threadsafe"
];
meta = {
description = "Mutable mapping tools";
homepage = "https://github.com/dask/zict";