Skip to content

Commit

Permalink
Remove venv testing hack (ansible/ansible#73000 (comment)).
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Jan 9, 2021
1 parent 0b564cb commit 136ef72
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/integration/targets/lookup_hashi_vault/runme.sh
@@ -1,11 +1,8 @@
#!/usr/bin/env bash

# The default container does not seem to have virtualenv installed
# https://github.com/ansible/ansible/issues/72738
${ANSIBLE_TEST_PYTHON_INTERPRETER} -m pip install virtualenv

set -eux

export ANSIBLE_TEST_PREFER_VENV=1 # see https://github.com/ansible/ansible/pull/73000#issuecomment-757012395
source virtualenv.sh

# First install pyOpenSSL, then test lookup in a second playbook in order to
Expand Down

0 comments on commit 136ef72

Please sign in to comment.