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
commit 2c0d24c6f12b267e84dd7a7ab524bc4d13163665 Author: Igor Sapego <[email protected]> AuthorDate: Wed Dec 17 00:49:42 2025 +0100 IGNITE-27158 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() } }
