diff --git a/tests/python_client/README.md b/tests/python_client/README.md index f866819122..f1a583f9d7 100644 --- a/tests/python_client/README.md +++ b/tests/python_client/README.md @@ -73,7 +73,7 @@ $ kind export logs . ### PyMilvus Test Environment Deployment and Case Execution -We recommend using Python 3 (3.6 or higher), consistent with the version supported by PyMilvus. +We recommend using Python 3 (3.8 or higher), consistent with the version supported by PyMilvus. > Note: Procedures listed below will be completed automatically if you deployed Milvus using KinD. diff --git a/tests/python_client/bulk_insert/test_bulk_insert.py b/tests/python_client/bulk_insert/test_bulk_insert.py index 1fafcffc01..579ce6ffbc 100644 --- a/tests/python_client/bulk_insert/test_bulk_insert.py +++ b/tests/python_client/bulk_insert/test_bulk_insert.py @@ -72,9 +72,9 @@ class TestcaseBaseBulkInsert(TestcaseBase): "minio_bucket_name" ] - def teardown_method(self, method): - log.info(("*" * 35) + " teardown " + ("*" * 35)) - log.info("[teardown_method] Start teardown test case %s..." % method.__name__) + # def teardown_method(self, method): + # log.info(("*" * 35) + " teardown " + ("*" * 35)) + # log.info("[teardown_method] Start teardown test case %s..." % method.__name__) class TestBulkInsert(TestcaseBaseBulkInsert): diff --git a/tests/python_client/bulk_insert/test_bulk_insert_task_clean.py b/tests/python_client/bulk_insert/test_bulk_insert_task_clean.py index 026c552f63..fd228178c3 100644 --- a/tests/python_client/bulk_insert/test_bulk_insert_task_clean.py +++ b/tests/python_client/bulk_insert/test_bulk_insert_task_clean.py @@ -72,9 +72,9 @@ class TestcaseBaseBulkInsert(TestcaseBase): "minio_bucket_name" ] - def teardown_method(self, method): - log.info(("*" * 35) + " teardown " + ("*" * 35)) - log.info("[teardown_method] Start teardown test case %s..." % method.__name__) + # def teardown_method(self, method): + # log.info(("*" * 35) + " teardown " + ("*" * 35)) + # log.info("[teardown_method] Start teardown test case %s..." % method.__name__) class TestBulkInsertTaskClean(TestcaseBaseBulkInsert):