Skip to content

Commit 03258ac

Browse files
committed
IGNITE-27158 Fix tox config
1 parent 8a0c539 commit 03258ac

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

modules/platforms/python/tox.ini

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,15 @@
1414
# limitations under the License.
1515

1616
[tox]
17-
skipsdist = True
18-
envlist = codestyle,py31{0,1,2,3,4}
17+
env_list = codestyle,py31{0,1,2,3,4}
18+
isolated_build = True
1919

2020
[testenv]
21-
passenv = TEAMCITY_VERSION IGNITE_HOME
22-
envdir = {homedir}/.virtualenvs/pyignite_dbapi_{envname}
21+
passenv = *
22+
use_develop = True
2323
deps =
2424
-r ./requirements/install.txt
2525
-r ./requirements/tests.txt
2626
recreate = True
27-
usedevelop = True
28-
commands =
29-
pytest {env:PYTESTARGS:} {posargs}
27+
commands = pytest -s --teamcity tests
3028

0 commit comments

Comments
 (0)