Skip to content

Commit

Permalink
python: fix closest version test
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheu committed Apr 25, 2024
1 parent dd34a3e commit 00ab1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/tests.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 00ab1d0

Please sign in to comment.