Skip to content

Commit

Permalink
python: fix test for closest version series 3
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheu committed Apr 25, 2024
1 parent bab469c commit 4d88afc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/python/tests.bats
Original file line number Diff line number Diff line change
Expand Up @@ -289,11 +289,11 @@ EOF
assert_success

[[ "$output" == *"Using python version: 3.12.0 (PYTHON_VERSION environment variable (closest))"* ]]
export PYTHON_VERSION=3.11.3
export PYTHON_VERSION=3.12.0
run python --version

assert_success
[[ "$output" == *"3.11.3"* ]]
[[ "$output" == *"3.12.0"* ]]

export PYTHON_VERSION=3.6.x
run /var/lib/tsuru/deploy
Expand Down

0 comments on commit 4d88afc

Please sign in to comment.