You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2022/10/27 02:37:07 UTC

[beam] branch master updated: Deactivate Dask Runner code coverage tests as workaround (#23841)

This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 8808598b458 Deactivate Dask Runner code coverage tests as workaround (#23841)
8808598b458 is described below

commit 8808598b4582e2cf44682aac9de5c4ec6dc56b88
Author: Pablo Estrada <pa...@users.noreply.github.com>
AuthorDate: Wed Oct 26 19:36:57 2022 -0700

    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 11997b55c77..33ec39c4189 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"