#3239 closed defect (fixed)

Fix PythonTwoRegressions.test_new_style_class

Reported by: exarkun Owned by: GitHub <noreply@…>
Priority: normal Milestone: Support Python 3
Component: unknown Version: n/a
Keywords: review-needed Cc:
Launchpad Bug:

Description

It misses some classic classes defined by Tahoe-LAFS.

Change History (3)

comment:1 Changed at 2019-08-13T19:43:58Z by exarkun

This test also started failing as soon as a I added an __all__ to allmydata, claiming it wasn't a new-style class.

So I marked the test as skipped. This ticket can fix it and unskip it.

comment:3 Changed at 2019-08-14T13:08:40Z by GitHub <noreply@…>

  • Owner set to GitHub <noreply@…>
  • Resolution set to fixed
  • Status changed from new to closed

In 0723a2f/trunk:

Merge pull request #645 from tahoe-lafs/3239.python2-new-style-regression-test

Fix the new-style class regression test

Fixes: ticket:3239

Note: See TracTickets for help on using tickets.