From 9197550e40d178c531fad6d8b36da0fa0e03cffb Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 26 Aug 2009 15:15:00 +0000 Subject: [PATCH] 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. --- tests/integration/saml2/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/saml2/__init__.py b/tests/integration/saml2/__init__.py index 6b3123c4..f4e7ab35 100644 --- a/tests/integration/saml2/__init__.py +++ b/tests/integration/saml2/__init__.py @@ -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',