]> git.ipfire.org Git - thirdparty/tornado.git/commit
Ignore ImportWarnings in tests.
authorBen Darnell <ben@bendarnell.com>
Thu, 14 Jun 2012 07:28:15 +0000 (00:28 -0700)
committerBen Darnell <ben@bendarnell.com>
Thu, 14 Jun 2012 07:28:15 +0000 (00:28 -0700)
commitfb5a62df6cabf7805081d13d4985c6da325c7443
tree7c0c316e14869be4f81dbffad2c5a2399d7540c7
parenta0b4260af094b6ab32a479dae4f4cb8c86a669f4
Ignore ImportWarnings in tests.

I can't reproduce this, but apparently in some situations setuptools
throws warnings about unrelated packages, so just turn them all off.

Closes #524
tornado/test/runtests.py