Skip to content

Commit

Permalink
Deactivate Dask Runner code coverage tests as workaround (apache#23841)
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloem authored and ryanthompson592 committed Oct 28, 2022
1 parent b1198a3 commit 4cf9fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4cf9fbb

Please sign in to comment.