From 4cf9fbbb0d55ef98e866e95ab099744bdcd79f9f Mon Sep 17 00:00:00 2001 From: Pablo Date: Wed, 26 Oct 2022 19:36:57 -0700 Subject: [PATCH] Deactivate Dask Runner code coverage tests as workaround (#23841) --- 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"