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 2022/10/29 05:35:18 UTC

[iotdb] 01/01: Open template test cases in Python client CI

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

haonan pushed a commit to branch HTHou-patch-1
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 1d6e495eb0fde5bbe2adea7cfc191ec1d3857e3f
Author: Haonan <hh...@outlook.com>
AuthorDate: Sat Oct 29 13:35:12 2022 +0800

    Open template test cases in Python client CI
---
 .github/workflows/client-python.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/client-python.yml b/.github/workflows/client-python.yml
index d70b230b0e..c0833a62ca 100644
--- a/.github/workflows/client-python.yml
+++ b/.github/workflows/client-python.yml
@@ -60,4 +60,4 @@ jobs:
       - name: Integration test
         shell: bash
         run: |
-          cd client-py && pytest --ignore=tests/test_template.py
\ No newline at end of file
+          cd client-py && pytest .