Skip to content

Commit c1aa788

Browse files
authored
IGNITE-28431 [ducktests] Stabilize Ducktests tox environments by removing shared homedir usage (#12967)
1 parent 081c8bf commit c1aa788

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

modules/ducktests/tests/tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ skipsdist = True
1818

1919
[testenv]
2020
install_command = pip install --extra-index-url https://pypi.org/simple {opts} {packages}
21-
envdir = {homedir}/.virtualenvs/ignite-ducktests-{envname}
21+
envdir = {toxworkdir}/.virtualenvs/ignite-ducktests-{envname}
2222
deps =
2323
-r ./docker/requirements-dev.txt
2424
usedevelop = True
@@ -31,10 +31,10 @@ commands =
3131
flake8
3232

3333
[testenv:py38]
34-
envdir = {homedir}/.virtualenvs/ignite-ducktests-py38
34+
envdir = {toxworkdir}/.virtualenvs/ignite-ducktests-py38
3535

3636
[testenv:py39]
37-
envdir = {homedir}/.virtualenvs/ignite-ducktests-py39
37+
envdir = {toxworkdir}/.virtualenvs/ignite-ducktests-py39
3838

3939
[BASIC]
4040
min-public-methods=0

0 commit comments

Comments
 (0)