python312Packages.chromadb: enable nixosTests
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user