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:17 UTC

[iotdb] branch HTHou-patch-1 created (now 1d6e495eb0)

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

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


      at 1d6e495eb0 Open template test cases in Python client CI

This branch includes the following new commits:

     new 1d6e495eb0 Open template test cases in Python client CI

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ha...@apache.org.
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 .