From 1d2ab2002bc76c0de677f2a48d18278b2e939dd7 Mon Sep 17 00:00:00 2001 From: haoranchen Date: Wed, 5 Feb 2025 10:21:31 +0800 Subject: [PATCH 1/2] Update README.md --- tests/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/README.md b/tests/README.md index 58747d93f7..3061019f65 100644 --- a/tests/README.md +++ b/tests/README.md @@ -16,6 +16,7 @@ This manual is intended to give developers a comprehensive guidance to test TDen > [!NOTE] > - The commands and scripts below are verified on Linux (Ubuntu 18.04/20.04/22.04). +> - taospy and taos-ws-py requires Python 3.7+. > - The commands and steps described below are to run the tests on a single host. # 2. Prerequisites From 56b800b8584314ba6c2926871c8e12895268bfbe Mon Sep 17 00:00:00 2001 From: WANG Xu Date: Wed, 5 Feb 2025 10:46:25 +0800 Subject: [PATCH 2/2] Update tests/README.md --- tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index 3061019f65..532745b8d3 100644 --- a/tests/README.md +++ b/tests/README.md @@ -16,7 +16,7 @@ This manual is intended to give developers a comprehensive guidance to test TDen > [!NOTE] > - The commands and scripts below are verified on Linux (Ubuntu 18.04/20.04/22.04). -> - taospy and taos-ws-py requires Python 3.7+. +> - [taos-connector-python](https://github.com/taosdata/taos-connector-python) is used by tests written in Python, which requires Python 3.7+. > - The commands and steps described below are to run the tests on a single host. # 2. Prerequisites