Skip to content

Commit

Permalink
removed todo
Browse files Browse the repository at this point in the history
  • Loading branch information
buck heroux committed Apr 14, 2016
1 parent 93b9e9f commit 82476a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,6 @@ def main():
print("Error: unrecognized module '%s'. Supported modules: %s" %
(module_name, ", ".join(python_modules)))
sys.exit(-1)
#TODO REMOVE
modules_to_test = [modules_to_test[0]]
LOGGER.info("Will test against the following Python executables: %s", python_execs)
LOGGER.info("Will test the following Python modules: %s", [x.name for x in modules_to_test])

Expand Down

0 comments on commit 82476a6

Please sign in to comment.