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


The following commit(s) were added to refs/heads/ignite-27373 by this push:
     new 0e525fd677d IGNITE-27373 Fixes
0e525fd677d is described below

commit 0e525fd677dac53a35c4b6219ceaf10e1e87b134
Author: Igor Sapego <[email protected]>
AuthorDate: Fri Feb 27 03:22:40 2026 +0100

    IGNITE-27373 Fixes
---
 .teamcity/test/platform_tests/python_tests/PythonDbApiToxTest.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.teamcity/test/platform_tests/python_tests/PythonDbApiToxTest.kt 
b/.teamcity/test/platform_tests/python_tests/PythonDbApiToxTest.kt
index 78c8714daa6..06961b9dc21 100644
--- a/.teamcity/test/platform_tests/python_tests/PythonDbApiToxTest.kt
+++ b/.teamcity/test/platform_tests/python_tests/PythonDbApiToxTest.kt
@@ -15,7 +15,7 @@ class PythonDbApiToxTest(
         private val toxEnv: String,
         private val suiteName: String
 ) : BuildType({
-    id(Teamcity.getId(this::class, toxEnv, true))
+    id(Teamcity.getId(this::class, pythonVersion, true))
     name = suiteName
 
     params {

Reply via email to