milvus/tests/python_client/pytest.ini
zhuwenxing fe515afc6e
[skip ci] Delete the config of report portal (#9089)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2021-10-02 21:30:04 +08:00

12 lines
305 B
INI

[pytest]
addopts = --host localhost --html=/tmp/ci_logs/report.html --self-contained-html -v
# python3 -W ignore -m pytest
log_format = [%(asctime)s - %(levelname)s - %(name)s]: %(message)s (%(filename)s:%(lineno)s)
log_date_format = %Y-%m-%d %H:%M:%S
filterwarnings =
ignore::DeprecationWarning