From d4ba8d861567390caae29bcbede5b8fd485ec23c Mon Sep 17 00:00:00 2001 From: Anand Inguva Date: Fri, 17 Jun 2022 19:03:16 -0400 Subject: [PATCH] Update pytest-cov --- sdks/python/tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sdks/python/tox.ini b/sdks/python/tox.ini index 14b94291cfaf..9a2df72d5f91 100644 --- a/sdks/python/tox.ini +++ b/sdks/python/tox.ini @@ -93,10 +93,9 @@ commands = {toxinidir}/scripts/run_pytest.sh {envname} "{posargs}" [testenv:py38-cloudcoverage] -# More recent versions of pytest-cov do not support pytest 4.4.0 deps = codecov - pytest-cov==2.9.0 + pytest-cov==3.0.0 passenv = GIT_* BUILD_* ghprb* CHANGE_ID BRANCH_NAME JENKINS_* CODECOV_* extras = test,gcp,interactive,dataframe,aws commands =