Opened at 2021-03-20T23:20:07Z
Closed at 2021-04-01T14:02:45Z
#3643 closed task (was already fixed)
Take stock of Python 3 port
| Reported by: | chadwhitacre | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Support Python 3 |
| Component: | dev-infrastructure | Version: | n/a |
| Keywords: | Cc: | ||
| Launchpad Bug: |
Description
How much do we have left to do?
Change History (2)
comment:1 Changed at 2021-03-22T11:51:26Z by exarkun
comment:2 Changed at 2021-04-01T14:02:45Z by exarkun
- Resolution set to was already fixed
- Status changed from new to closed
I guess stock is taken.
Note: See
TracTickets for help on using
tickets.

There's a report in the test suite:
$ trial allmydata.test.test_python3 allmydata.test.test_python3 Python3PortingEffortTests test_finished_porting ... [TODO] test_ported_modules_distinct ... [OK] test_ported_modules_exist ... [OK] =============================================================================== [TODO] Reason: 'https://tahoe-lafs.org/trac/tahoe-lafs/milestone/Support%20Python%203 should be completed' Traceback (most recent call last): File "/home/exarkun/Work/python/tahoe-lafs/src/allmydata/test/test_python3.py", line 43, in test_finished_porting ported_names, File "/home/exarkun/VirtualEnvs/tahoe-lafs/lib/python2.7/site-packages/twisted/trial/_synctest.py", line 434, in assertEqual super(_Assertions, self).assertEqual(first, second, msg) File "/nix/store/knrv5c2qzbxrr7f6hp5xj9zgcig36j3w-python-2.7.17/lib/python2.7/unittest/case.py", line 513, in assertEqual assertion_func(first, second, msg=msg) File "/nix/store/knrv5c2qzbxrr7f6hp5xj9zgcig36j3w-python-2.7.17/lib/python2.7/unittest/case.py", line 797, in assertSetEqual self.fail(self._formatMessage(msg, standardMsg)) twisted.trial.unittest.FailTest: Some unported modules remain: Ported files: 195 / 283 Ported lines: 78666 / 95524 allmydata.test.test_python3.Python3PortingEffortTests.test_finished_porting ------------------------------------------------------------------------------- Ran 3 tests in 1.041s