Code review comment for ~smoser/cloud-init:bug/silence-cheetah-userwarning

Revision history for this message
Scott Moser (smoser) wrote :

This is what i don't like:

$ tox-venv py27 nosetests tests/unittests/
...................SSSSS............................................................................................................................................................................................................................................................................................................................................................../home/smoser-public/src/cloud-init/cloud-init/.tox/py27/local/lib/python2.7/site-packages/Cheetah/Compiler.py:1509: UserWarning:
You don't have the C version of NameMapper installed! I'm disabling Cheetah's useStackFrames option as it is painfully slow with the Python version of NameMapper. You should get a copy of Cheetah with the compiled C version of NameMapper.
  "\nYou don't have the C version of NameMapper installed! "
......................................................................................................................................................................................................................................................................................................................................................................................
----------------------------------------------------------------------
Ran 748 tests in 3.240s

OK (SKIP=5)

« Back to merge proposal