From b9f14dc321484637ece8b49df7ebb7eb2de55af5 Mon Sep 17 00:00:00 2001 From: ThreadDao Date: Thu, 30 Sep 2021 19:04:21 +0800 Subject: [PATCH] [skip ci] Remove unnecessary pytest.ini comment (#8981) Signed-off-by: ThreadDao --- tests/python_client/pytest.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/python_client/pytest.ini b/tests/python_client/pytest.ini index 4f1c18b84..d51841355 100644 --- a/tests/python_client/pytest.ini +++ b/tests/python_client/pytest.ini @@ -2,7 +2,6 @@ addopts = --host localhost --html=/tmp/ci_logs/report.html --self-contained-html -v -# -;addopts = --host 172.28.255.155 --html=/tmp/report.html # python3 -W ignore -m pytest log_format = [%(asctime)s - %(levelname)s - %(name)s]: %(message)s (%(filename)s:%(lineno)s) -- GitLab