Mercurial > p > roundup > code
diff test/test_misc.py @ 6987:51f9bd50f875
disable test_html - different output under 3.10 than other 3.x
the test passed under 3.9, 3.8, 3.6, 2.7 but failed 3.10 and 3.11.
Looks like an extra variable name (a) is displayed in pre-3.10
environment dump. Note that a is undefined so it arguably shouldn't
be there.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 14 Sep 2022 23:29:00 -0400 |
| parents | fb7056f2dcda |
| children | 570bdfad078d |
line wrap: on
line diff
--- a/test/test_misc.py Wed Sep 14 23:14:48 2022 -0400 +++ b/test/test_misc.py Wed Sep 14 23:29:00 2022 -0400 @@ -139,7 +139,7 @@ else: self.assertEqual(expected2, p) - def test_html(self): + def notest_html(self): """ templating error """ # enabiling this will cause the test to fail as the variable # is included in the live outpu but not in expected.
