From 9468f9aad29bb7b37f03073a8c165bad371e433f Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Tue, 16 Jun 2020 09:25:18 +0100 Subject: [PATCH] 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 --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index b63a3eb5..b6d79a50 100644 --- a/tox.ini +++ b/tox.ini @@ -28,8 +28,6 @@ setenv = TEST_IDEMPOTENCE=false VIRTUAL_ENV={envdir} WORKING_DIR={toxinidir} - # bug#1682108 - PYTHONPATH={envsitepackagesdir} [testenv:docs] deps =