Comment 1 for bug 1248896

Revision history for this message
Dan Nguyen (daniel-a-nguyen) wrote :

I noticed this too. It looks like it it's something to do with the testtools tests.

I removed them from the tox.ini

line 11 below.

...

commands = {envpython} run_tests.py
 10 {envpython} run_tests.py --test-config=etc/tests/xml.localhost.test.conf
 11 python setup.py testr --slowest

...