Remove botserver dependency - use HTTP for integration tests

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-01-14 12:36:26 -03:00
parent 1232b2fc65
commit 05446c6716

View file

@ -10,9 +10,7 @@ keywords = ["testing", "bot", "integration-testing", "e2e", "general-bots"]
categories = ["development-tools::testing"]
[dependencies]
# The server we're testing - enable all working features for testing
# NOTE: vectordb, compliance, timeseries have compilation issues in botserver
botserver = { path = "../botserver", features = ["full"] }
# Common library for shared types
botlib = { path = "../botlib", features = ["database"] }
# Async runtime