From c3dad3c359d537260c7fbc42f15dce8d9e2b66a4 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Fri, 6 May 2022 16:31:01 +0800 Subject: [PATCH] fix(test): remove python connector (#12153) * [TD-14358]: remove python connector from TDengine * [TD-14358]: use standalone python connector * add python clone in TDinternal * git clean before checkout * git clean before checkout * fix: remove python connector fix test requirements.txt [TD-14358] --- tests/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 2128c1d7fd..ce459414c4 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,5 +1,5 @@ -../src/connector/python +taospy numpy fabric2 psutil -pandas \ No newline at end of file +pandas -- GitLab