Tests: in integration test do not set the PYTHONPATH

* tests/integration/saml2/__init__.py:
   to permit using build directory different from the src directory, do
   not force the PYTHONPATH to be relative to src dir to find lasso
   python module.
This commit is contained in:
Benjamin Dauvergne 2009-08-26 15:15:00 +00:00
parent 16a136c61b
commit 9197550e40
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ def setup():
if os.path.exists('/usr/bin/valgrind'):
base = ['./valgrind-wrapper.sh', 'python']
os.environ['PYTHONPATH'] = '../../bindings/python:../../bindings/python/.libs'
os.mkdir('/tmp/.tests')
authentic_command = base + [AUTHENTICCTL, 'start',
'--app-dir', '/tmp/.tests/authentictests',