Skip to content

Commit

Permalink
Better tox config.
Browse files Browse the repository at this point in the history
  • Loading branch information
alxmrs committed Nov 7, 2024
1 parent 7caba84 commit 1b41784
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions sdks/python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,16 @@ commands =

[testenv:py{39,310,311,312}-dask]
extras = test,dask,dataframes
commands_pre =
pip install 'distributed>=2024.4.2' 'dask>=2024.4.2'
deps =
distributed>=2024.4.2
dask>=2024.4.2
commands =
bash {toxinidir}/scripts/run_pytest.sh {envname} {toxinidir}/apache_beam/runners/dask/

[testenv:py{39,310,311,312}-win-dask]
commands_pre =
pip install 'distributed>=2024.4.2' 'dask>=2024.4.2'
deps =
distributed>=2024.4.2
dask>=2024.4.2
commands =
python apache_beam/examples/complete/autocomplete_test.py
bash {toxinidir}/scripts/run_pytest.sh {envname} {toxinidir}/apache_beam/runners/dask/
Expand Down

0 comments on commit 1b41784

Please sign in to comment.