mirror of
https://github.com/Cantera/cantera.git
synced 2026-08-05 18:57:00 -05:00
[Python] Remove the legacy Python module
This commit is contained in:
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user