The jaraco.text dependency is not compatible with Python 2.6 because it's using sets via curly brackets (s = {42, 74, 47}). I first discovred it on Travis where one 2.6 test failed. Now the main repository's test are failing too.
Unfortunately that package is not a direct dependency but it looks like that is just compatible with Python 2.7+. It's not a direct dependency and the dependency [[https://pypi.python.org/pypi/irc/11.1.1|irc]] depends on it and that dropped support of Python 2.6 in version 10. The normal test without PYSETUP_TEST_EXTRAS=1 does works so it's most likely only that package.