Skip to content

Commit

Permalink
fix ansible tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adone committed Oct 2, 2024
1 parent 4f0cbd3 commit b627ba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration-tests.bats
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ setup_direnv() {

@test "check ASDF_PYAPP_INCLUDE_DEPS=0 doesn't install executables of dependencies" {

in_container asdf global python 3.8.10
in_container asdf global python 3.12.7

in_container eval "ASDF_PYAPP_INCLUDE_DEPS=0 asdf plugin add ansible /root/asdf-pyapp"
in_container asdf install ansible latest
Expand All @@ -400,7 +400,7 @@ setup_direnv() {

@test "check ASDF_PYAPP_INCLUDE_DEPS=1 installs executables of dependencies" {

in_container asdf global python 3.8.10
in_container asdf global python 3.12.7

in_container eval "ASDF_PYAPP_INCLUDE_DEPS=1 asdf plugin add ansible /root/asdf-pyapp"
in_container asdf install ansible latest
Expand Down

0 comments on commit b627ba9

Please sign in to comment.