You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2023/07/06 07:29:16 UTC

[iotdb] 01/01: Make Python CI more stable

This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch fix_python_ci_v2
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit d592a578ac2c07449d3339b5befed50b5d00127b
Author: HTHou <hh...@outlook.com>
AuthorDate: Thu Jul 6 15:28:46 2023 +0800

    Make Python CI more stable
---
 .github/workflows/client-python.yml         | 1 +
 iotdb-client/client-py/requirements.txt     | 2 --
 iotdb-client/client-py/requirements_dev.txt | 2 ++
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/client-python.yml b/.github/workflows/client-python.yml
index 123f7fdf7b4..8c2d90d1cc7 100644
--- a/.github/workflows/client-python.yml
+++ b/.github/workflows/client-python.yml
@@ -8,6 +8,7 @@ on:
       - master
       - 'rel/*'
       - "new_*"
+      - fix_python_ci_v2
     paths-ignore:
       - 'docs/**'
       - 'site/**'
diff --git a/iotdb-client/client-py/requirements.txt b/iotdb-client/client-py/requirements.txt
index 521bb7ed836..b742acc9c6f 100644
--- a/iotdb-client/client-py/requirements.txt
+++ b/iotdb-client/client-py/requirements.txt
@@ -18,8 +18,6 @@
 
 # Pandas Export
 pandas>=1.3.5
-# Testcontainer
-testcontainers==3.3.0
 numpy>=1.21.4
 # SQLAlchemy Dialect
 sqlalchemy == 1.3.20
diff --git a/iotdb-client/client-py/requirements_dev.txt b/iotdb-client/client-py/requirements_dev.txt
index 304a07c3172..b0c04d74165 100644
--- a/iotdb-client/client-py/requirements_dev.txt
+++ b/iotdb-client/client-py/requirements_dev.txt
@@ -22,6 +22,8 @@ pytest==7.2.0
 thrift==0.14.1
 flake8==3.9.0
 black==20.8b1
+# Testcontainer
+testcontainers==3.7.0
 # For releases
 twine==3.4.1
 wheel==0.38.1
\ No newline at end of file