From 00ab1d0a9a133ee7ab1fba84cd22738808835b5a Mon Sep 17 00:00:00 2001 From: Paulo Sousa Date: Thu, 25 Apr 2024 11:17:43 -0300 Subject: [PATCH] python: fix closest version test --- tests/python/tests.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python/tests.bats b/tests/python/tests.bats index d187c10..caec036 100644 --- a/tests/python/tests.bats +++ b/tests/python/tests.bats @@ -288,7 +288,7 @@ EOF run /var/lib/tsuru/deploy assert_success - [[ "$output" == *"Using python version: 3.11.3 (PYTHON_VERSION environment variable (closest))"* ]] + [[ "$output" == *"Using python version: 3.12.0 (PYTHON_VERSION environment variable (closest))"* ]] export PYTHON_VERSION=3.11.3 run python --version