fix python3 issues, add py32 environment

--HG--
branch : trunk
This commit is contained in:
holger krekel
2010-09-28 17:37:20 +02:00
parent 81ec29a597
commit e2c11f1ddb
3 changed files with 5 additions and 2 deletions

View File

@@ -112,7 +112,6 @@ class TestTerminal:
child.sendeof()
child.kill(15)
@py.test.mark.xfail(reason="re-implement subclassing precision reporting")
def test_itemreport_subclasses_show_subclassed_file(self, testdir):
p1 = testdir.makepyfile(test_p1="""
class BaseTests: