This is an automated email from the ASF dual-hosted git repository.

isapego pushed a commit to branch ignite-27373
in repository https://gitbox.apache.org/repos/asf/ignite-3.git

commit 8095b15471a76b146ae5c75a8593256d6e13f18d
Author: Igor Sapego <[email protected]>
AuthorDate: Fri Feb 27 03:28:22 2026 +0100

    IGNITE-27373 Fixes
---
 .teamcity/test/platform_tests/python_tests/Project.kt | 2 +-
 modules/platforms/python/dbapi/tox.ini                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.teamcity/test/platform_tests/python_tests/Project.kt 
b/.teamcity/test/platform_tests/python_tests/Project.kt
index 3b40b9279b9..092565c9fc5 100644
--- a/.teamcity/test/platform_tests/python_tests/Project.kt
+++ b/.teamcity/test/platform_tests/python_tests/Project.kt
@@ -14,7 +14,7 @@ object Project : Project({
             Triple("3.12", "py312", "Python DB API Tests - Python 3.12"),
             Triple("3.13", "py313", "Python DB API Tests - Python 3.13"),
             Triple("3.14", "py314", "Python DB API Tests - Python 3.14"),
-            Triple("3.14t", "py314", "Python DB API Tests (No GIL) - Python 
3.14"),
+            Triple("3.14t", "py314t", "Python DB API Tests (No GIL) - Python 
3.14"),
     ).forEach { (ver, toxEnv, name) ->
         buildType(
             ApacheIgnite3CustomBuildType.Builder(PythonDbApiToxTest(ver, 
toxEnv, name))
diff --git a/modules/platforms/python/dbapi/tox.ini 
b/modules/platforms/python/dbapi/tox.ini
index 30b72d12dea..c1d29736d05 100644
--- a/modules/platforms/python/dbapi/tox.ini
+++ b/modules/platforms/python/dbapi/tox.ini
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 [tox]
-env_list = codestyle,py31{0,1,2,3,4}
+env_list = codestyle,py31{0,1,2,3,4,4t}
 isolated_build = True
 
 [testenv]

Reply via email to