File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ allowlist_externals=
77 pytest
88 poetry
99commands_pre =
10- poetry install --with dev --no-root
10+ poetry install --extras dev --no-root
1111commands =
1212 pip freeze
1313 pytest {posargs:tests}
1414
1515[testenv:fmt]
1616description = format with pre-commit
1717commands_pre =
18- poetry install --with dev --no-root
18+ poetry install --with extras --no-root
1919commands =
2020 ./scripts/fmt.sh
2121allowlist_externals =
@@ -25,7 +25,7 @@ allowlist_externals =
2525[testenv:lint]
2626description = lint with pylint
2727commands_pre =
28- poetry install --with dev --no-root
28+ poetry install --extras dev --no-root
2929commands = pylint tuning scripts/*.py build/*.py tests
3030allowlist_externals =
3131 poetry
@@ -53,7 +53,7 @@ allowlist_externals=
5353 coverage
5454 genbadge
5555commands_pre =
56- poetry install --with dev
56+ poetry install --extras dev
5757commands =
5858 coverage run --omit =' */_version.py,*/launch_training.py' \
5959 --source =tuning,build \
You can’t perform that action at this time.
0 commit comments