Do not set PYTHONPATH for tox tests

We are now much clearer about the setting of ansible_python_interpreter
and even though ansible is executing inside the venv it should
be deploying against the host with ansible, not the venv.

Depends-On: https://review.opendev.org/735289
Change-Id: I583f2236acbc02b33e6fc192faa8cee62cd10b89
This commit is contained in:
Jonathan Rosser 2020-06-16 09:25:18 +01:00
parent 37f3a9fe9e
commit 9468f9aad2
1 changed files with 0 additions and 2 deletions

View File

@ -28,8 +28,6 @@ setenv =
TEST_IDEMPOTENCE=false
VIRTUAL_ENV={envdir}
WORKING_DIR={toxinidir}
# bug#1682108
PYTHONPATH={envsitepackagesdir}
[testenv:docs]
deps =