From 0f6ed701e6f15b60809c45c6a1e48a794ff40cf3 Mon Sep 17 00:00:00 2001 From: aIbrahiim Date: Tue, 24 Feb 2026 20:22:32 +0200 Subject: [PATCH] Add milvus extra to py310-cloudcoverage --- sdks/python/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/tox.ini b/sdks/python/tox.ini index 32be7b52b034..514933847434 100644 --- a/sdks/python/tox.ini +++ b/sdks/python/tox.ini @@ -173,7 +173,7 @@ setenv = TC_SLEEP_TIME = {env:TC_SLEEP_TIME:1} # NOTE: we could add ml_test to increase the collected code coverage metrics, but it would make the suite slower. -extras = test,hadoop,gcp,interactive,dataframe,aws,redis +extras = test,hadoop,gcp,interactive,dataframe,aws,redis,milvus commands = bash {toxinidir}/scripts/run_pytest.sh {envname} "{posargs}" "--cov-report=xml --cov=. --cov-append"