From efdeb13bf5b3cfd57606a092fd2f0ae947d16b19 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Sat, 30 Nov 2024 11:24:46 -0800 Subject: [PATCH] test: disable analytics during test execution --- pytest.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index ab9d6d15d..9eca6b5e3 100644 --- a/pytest.ini +++ b/pytest.ini @@ -6,5 +6,8 @@ testpaths = tests/help tests/browser tests/scrape - + +env = + AIDER_ANALYTICS=false + AIDER_ANALYTICS_LOG=/dev/null