Skip to content

Commit 0a80479

Browse files
committed
Mark test_div() in past.tests.test_translation as now working on Py3
- past.translation feature now understands "3 / 2" in Py2 code as integer division.
1 parent 6a6c656 commit 0a80479

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

past/tests/test_translation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ def test_exec_statement(self):
8383
module = self.write_and_import(code, 'execer')
8484
self.assertEqual(module.x, 7)
8585

86-
@expectedFailurePY3
8786
def test_div(self):
8887
code = """
8988
x = 3 / 2

0 commit comments

Comments
 (0)