summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2009-08-26 15:15:00 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2009-08-26 15:15:00 +0000
commit9197550e40d178c531fad6d8b36da0fa0e03cffb (patch)
treedeb02b064ec95a96fd088eeb3cd712f38e35afff /tests
parent16a136c61b84f14e84e72fb1d0f0c09dc0c1beec (diff)
downloadlasso-9197550e40d178c531fad6d8b36da0fa0e03cffb.tar.gz
lasso-9197550e40d178c531fad6d8b36da0fa0e03cffb.tar.xz
lasso-9197550e40d178c531fad6d8b36da0fa0e03cffb.zip
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.
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/saml2/__init__.py1
1 files changed, 0 insertions, 1 deletions
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',