From 750b2c24b873760a5a57fa78ab3a5372a19cdf83 Mon Sep 17 00:00:00 2001 From: Pablo E Date: Tue, 25 Oct 2022 21:50:33 -0700 Subject: [PATCH] Deactivate Dask Runner code coverage tests as workaround --- 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 11997b55c771..33ec39c41892 100644 --- a/sdks/python/tox.ini +++ b/sdks/python/tox.ini @@ -101,7 +101,7 @@ deps = codecov pytest-cov==3.0.0 passenv = GIT_* BUILD_* ghprb* CHANGE_ID BRANCH_NAME JENKINS_* CODECOV_* -extras = test,gcp,interactive,dataframe,aws,dask +extras = test,gcp,interactive,dataframe,aws commands = -rm .coverage {toxinidir}/scripts/run_pytest.sh {envname} "{posargs}" "--cov-report=xml --cov=. --cov-append"