未验证 提交 6ab55b05 编写于 作者: H Haonan 提交者: GitHub

Make Python CI more stable (#10471)

上级 9ca3c447
......@@ -55,4 +55,4 @@ jobs:
- name: Integration test
shell: bash
run: |
cd iotdb-client/client-py/ && pytest .
\ No newline at end of file
cd iotdb-client/client-py/ && pytest .
......@@ -18,9 +18,8 @@
# Pandas Export
pandas>=1.3.5
# Testcontainer
testcontainers==3.3.0
numpy>=1.21.4
thrift>=0.14.1
# SQLAlchemy Dialect
sqlalchemy == 1.3.20
sqlalchemy-utils == 0.36.8
\ No newline at end of file
......@@ -19,9 +19,10 @@
-r requirements.txt
# Pytest to run tests
pytest==7.2.0
thrift==0.14.1
flake8==3.9.0
black==20.8b1
# Testcontainer
testcontainers==3.4.2
# For releases
twine==3.4.1
wheel==0.38.1
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册