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"