diff options
author | Ryan Petrello <rpetrell@redhat.com> | 2017-06-19 22:11:15 +0200 |
---|---|---|
committer | Ryan Petrello <rpetrell@redhat.com> | 2017-06-19 22:11:15 +0200 |
commit | 2e608f4eacff27ef56725590dc14f7efd81967fc (patch) | |
tree | e415ccf31c8cf7a3d0f0853554ef93cf772e620e /tox.ini | |
parent | Merge pull request #6638 from ryanpetrello/isolated-bubblewrap (diff) | |
download | awx-2e608f4eacff27ef56725590dc14f7efd81967fc.tar.xz awx-2e608f4eacff27ef56725590dc14f7efd81967fc.zip |
remove ANSIBLE_USE_VENV and TOWER_USE_VENV
modern Tower deployments (both production and dev container-based)
always build ansible and Tower in separate, distinct virtualenvs, not
the global site-packages
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -16,9 +16,7 @@ setenv = SWIG_FEATURES = -cpperraswarn -includeall -I/usr/include/openssl HOME = {homedir} USERPROFILE = {homedir} - ANSIBLE_USE_VENV = True ANSIBLE_VENV_PATH = {toxworkdir} - TOWER_USE_VENV = True TOWER_VENV_PATH = {toxworkdir} SKIP_SLOW_TESTS = True |