This is an automated email from the ASF dual-hosted git repository.
isapego pushed a commit to branch ignite-27158
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/ignite-27158 by this push:
new 03258ac4f95 IGNITE-27158 Fix tox config
03258ac4f95 is described below
commit 03258ac4f954bf8c7aa945ff2f111066d1227df4
Author: Igor Sapego <[email protected]>
AuthorDate: Mon Dec 22 23:50:57 2025 +0100
IGNITE-27158 Fix tox config
---
modules/platforms/python/tox.ini | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/modules/platforms/python/tox.ini b/modules/platforms/python/tox.ini
index 95c6619f991..30b72d12dea 100644
--- a/modules/platforms/python/tox.ini
+++ b/modules/platforms/python/tox.ini
@@ -14,17 +14,15 @@
# limitations under the License.
[tox]
-skipsdist = True
-envlist = codestyle,py31{0,1,2,3,4}
+env_list = codestyle,py31{0,1,2,3,4}
+isolated_build = True
[testenv]
-passenv = TEAMCITY_VERSION IGNITE_HOME
-envdir = {homedir}/.virtualenvs/pyignite_dbapi_{envname}
+passenv = *
+use_develop = True
deps =
-r ./requirements/install.txt
-r ./requirements/tests.txt
recreate = True
-usedevelop = True
-commands =
- pytest {env:PYTESTARGS:} {posargs}
+commands = pytest -s --teamcity tests