[Python] Remove the legacy Python module

This commit is contained in:
Ray Speth
2013-12-09 01:35:08 +00:00
parent 07739c4b1f
commit b5e540c903
298 changed files with 162 additions and 44361 deletions
-8
View File
@@ -160,13 +160,6 @@ addTestProgram('thermo', 'thermo')
addTestProgram('kinetics', 'kinetics')
if localenv['python_package'] == 'full':
pyTest = addTestScript('python', 'python', 'runTests.py',
interpreter='$python_cmd',
dependencies=(mglob(localenv, 'python', 'py') +
localenv['python_module']))
localenv.Alias('test-python', pyTest)
env['testNames'].append('python')
elif localenv['python_package'] == 'new':
pyTest = addTestScript('cython2', 'python', 'runCythonTests.py',
interpreter='$python_cmd',
dependencies=(localenv['python2_module'] +
@@ -186,7 +179,6 @@ if localenv['python3_package'] == 'y':
localenv.Alias('test-cython3', pyTest)
env['testNames'].append('cython3')
if localenv['matlab_toolbox'] == 'y':
matlabTest = addMatlabTest('runCanteraTests.m', 'matlab',
dependencies=mglob(localenv, 'matlab', 'm'))