Skip to content

Commit 77bab2e

Browse files
authored
Get coverage tasks
1 parent c3d185d commit 77bab2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdks/python/tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ install_command = {envbindir}/python.exe {envbindir}/pip.exe install --retries 1
9797
list_dependencies_command = {envbindir}/python.exe {envbindir}/pip.exe freeze
9898

9999
[testenv:py{310,311,312,313}-cloud]
100-
; extras = test,gcp,interactive,dataframe,aws,azure
100+
; extras = test,gcp,interactive,dataframe,aws,azure,redis
101101
extras = test,gcp,interactive,dataframe,aws,azure
102102
commands =
103103
python apache_beam/examples/complete/autocomplete_test.py
@@ -173,7 +173,7 @@ setenv =
173173
TC_SLEEP_TIME = {env:TC_SLEEP_TIME:1}
174174

175175
# NOTE: we could add ml_test to increase the collected code coverage metrics, but it would make the suite slower.
176-
extras = test,gcp,interactive,dataframe,aws
176+
extras = test,gcp,interactive,dataframe,aws,redis
177177
commands =
178178
bash {toxinidir}/scripts/run_pytest.sh {envname} "{posargs}" "--cov-report=xml --cov=. --cov-append"
179179

0 commit comments

Comments
 (0)