python312Packages.chromadb: enable nixosTests

This commit is contained in:
Pol Dellaiera
2024-08-16 18:23:36 +02:00
parent 835b2f8822
commit e2f89ee150
@@ -46,6 +46,7 @@
typing-extensions,
uvicorn,
zstd,
nixosTests,
}:
buildPythonPackage rec {
@@ -157,6 +158,10 @@ buildPythonPackage rec {
__darwinAllowLocalNetworking = true;
passthru.tests = {
inherit (nixosTests) chromadb;
};
meta = with lib; {
description = "AI-native open-source embedding database";
homepage = "https://github.com/chroma-core/chroma";