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 ddc77f3fa7a GG-44180 Fix TC config
ddc77f3fa7a is described below
commit ddc77f3fa7a6f01ee00adf18f65b84ff6dcae33b
Author: Igor Sapego <[email protected]>
AuthorDate: Wed Dec 17 00:49:42 2025 +0100
GG-44180 Fix TC config
---
.teamcity/test/platform_tests/PlatformPythonTestsLinux.kt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.teamcity/test/platform_tests/PlatformPythonTestsLinux.kt
b/.teamcity/test/platform_tests/PlatformPythonTestsLinux.kt
index fa6f3fa86b0..459a020896a 100644
--- a/.teamcity/test/platform_tests/PlatformPythonTestsLinux.kt
+++ b/.teamcity/test/platform_tests/PlatformPythonTestsLinux.kt
@@ -38,7 +38,7 @@ object PlatformPythonTestsLinux : BuildType({
eval "${'$'}(pyenv init --path)" || echo 'first'
eval "${'$'}(pyenv init --no-rehash -)" || echo 'second'
- tox -e py39 || exit 0
+ tox -e py310 || exit 0
""".trimIndent()
}
}