Skip few tests in Mem0 (#1625)

This commit is contained in:
Dev Khant
2024-08-01 21:01:57 +05:30
committed by GitHub
parent abd4ec64eb
commit e585d3c1cc
5 changed files with 154 additions and 683 deletions

View File

@@ -2,7 +2,7 @@
name = "mem0ai"
version = "0.0.9"
description = "Long-term memory for AI Agents"
authors = ["Mem0 Team<founders@mem0.ai>"]
authors = ["Mem0 <founders@mem0.ai>"]
exclude = [
"db",
"configs",
@@ -20,6 +20,7 @@ qdrant-client = "^1.9.1"
pydantic = "^2.7.3"
openai = "^1.33.0"
posthog = "^3.5.0"
sqlalchemy = "^2.0.31"
[tool.poetry.group.test.dependencies]
pytest = "^8.2.2"
@@ -28,7 +29,6 @@ pytest = "^8.2.2"
ruff = "^0.4.8"
isort = "^5.13.2"
pytest = "^8.2.2"
ipykernel = "^6.29.5"
[tool.poetry.group.optional.dependencies]