We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 081c8bf commit c1aa788Copy full SHA for c1aa788
1 file changed
modules/ducktests/tests/tox.ini
@@ -18,7 +18,7 @@ skipsdist = True
18
19
[testenv]
20
install_command = pip install --extra-index-url https://pypi.org/simple {opts} {packages}
21
-envdir = {homedir}/.virtualenvs/ignite-ducktests-{envname}
+envdir = {toxworkdir}/.virtualenvs/ignite-ducktests-{envname}
22
deps =
23
-r ./docker/requirements-dev.txt
24
usedevelop = True
@@ -31,10 +31,10 @@ commands =
31
flake8
32
33
[testenv:py38]
34
-envdir = {homedir}/.virtualenvs/ignite-ducktests-py38
+envdir = {toxworkdir}/.virtualenvs/ignite-ducktests-py38
35
36
[testenv:py39]
37
-envdir = {homedir}/.virtualenvs/ignite-ducktests-py39
+envdir = {toxworkdir}/.virtualenvs/ignite-ducktests-py39
38
39
[BASIC]
40
min-public-methods=0
0 commit comments