@@ -33,7 +33,7 @@ allowlist_externals =
3333 bash
3434commands =
3535 # TOGA_INSTALL_COMMAND is set to a bash command by the CI workflow
36- {env:TOGA_INSTALL_COMMAND:uv pip install {tox_root}{/}core {tox_root}{/}dummy {tox_root}{/}travertino --group dev }
36+ {env:TOGA_INSTALL_COMMAND:uv pip install {tox_root}{/}core {tox_root}{/}dummy {tox_root}{/}travertino --group test }
3737 !fast-!cov : python -m pytest {posargs:-vv --color yes}
3838 cov : python -m coverage run -m pytest {posargs:-vv --color yes}
3939 fast : python -m pytest {posargs:-vv --color yes -n auto}
@@ -65,7 +65,7 @@ setenv =
6565commands_pre = python --version
6666commands =
6767 # TOGA_INSTALL_COMMAND is set to a bash command by the CI workflow
68- {env:TOGA_INSTALL_COMMAND:uv pip install {tox_root}{/}travertino --group dev }
68+ {env:TOGA_INSTALL_COMMAND:uv pip install {tox_root}{/}travertino --group test }
6969 -python -m coverage combine {env:PACKAGE_RCFILE} {env:COMBINE_KEEP}
7070 html: python -m coverage html {env:PROJECT_RCFILE} --skip-covered --skip-empty
7171 python -m coverage report {env:PROJECT_RCFILE} --fail-under =100
@@ -77,7 +77,7 @@ skip_install = True
7777setenv =
7878 TOGA_BACKEND = toga_dummy
7979commands =
80- uv pip install toga_core ==0.4.8 toga_dummy ==0.4.8 --group dev
80+ uv pip install toga_core ==0.4.8 toga_dummy ==0.4.8 --group test
8181 # Install demo without dependencies, to avoid an unnecessary backend install.
8282 uv pip install --no-deps toga_demo ==0.4.8
8383 # Overwrite the installed version of Travertino with the one being tested.
0 commit comments