python3Packages.zict: disable one test (#530959)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user