diff options
Diffstat (limited to 'python/SConscript')
| -rw-r--r-- | python/SConscript | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/python/SConscript b/python/SConscript index 416ff9f..d537e3e 100644 --- a/python/SConscript +++ b/python/SConscript @@ -18,7 +18,3 @@ python_suffix = distutils.sysconfig.get_python_lib()[len(prefix):] # install path for python is then in DESTDIR + python_suffix python_installdir = DESTDIR + python_suffix + '/subunit' env.Alias('install', [Install(python_installdir, 'subunit/__init__.py')]) -# tests -tests = [] -tests.append(env.TestPython('check_python', 'test_python.py', PYTHONPATH='python')) -env.Alias('check', tests) |
