python3Packages.chromadb: disable flaky tests

Happens when two copies are running simultaneously and a test calls through to chromadb/api/shared_system_client.py
This commit is contained in:
Sarah Clark
2025-07-29 17:53:02 -07:00
parent 669d470a1c
commit 0a9bcf7725
@@ -57,6 +57,7 @@
pytestCheckHook,
sqlite,
starlette,
writableTmpDirAsHomeHook,
# passthru
nixosTests,
@@ -165,6 +166,7 @@ buildPythonPackage rec {
pytestCheckHook
sqlite
starlette
writableTmpDirAsHomeHook
];
# Disable on aarch64-linux due to broken onnxruntime
@@ -238,6 +240,10 @@ buildPythonPackage rec {
# Cannot find protobuf file while loading test
"chromadb/test/distributed/test_log_failover.py"
# ValueError: An instance of Chroma already exists for ephemeral with different settings
"chromadb/test/test_chroma.py"
"chromadb/test/ef/test_multimodal_ef.py"
];
__darwinAllowLocalNetworking = true;