Replace Nevow imports in tests with Twisted's equivalents #3432

Closed
opened 2020-09-22 18:47:34 +00:00 by sajith · 1 comment

The test suite has a few imports like these:

from nevow.inevow import IRequest

Replace those with:

from twisted.web.iweb import IRequest
The test suite has a few imports like these: ``` from nevow.inevow import IRequest ``` Replace those with: ``` from twisted.web.iweb import IRequest ```
sajith added the
dev-infrastructure
normal
defect
n/a
labels 2020-09-22 18:47:34 +00:00
sajith added this to the Support Python 3 milestone 2020-09-22 18:47:34 +00:00
GitHub <noreply@github.com> commented 2020-10-22 12:20:18 +00:00
Owner

In 03948ba/trunk:

Merge pull request #869 from tahoe-lafs/3433.twebish

Remove Nevow dependency

Fixes: ticket:3432
Fixes: ticket:3433
Fixes: ticket:3434
Fixes: ticket:3435
In [03948ba/trunk](/tahoe-lafs/trac-2024-07-25/commit/03948ba6a4a5963d7844c74463a33505c6957250): ``` Merge pull request #869 from tahoe-lafs/3433.twebish Remove Nevow dependency Fixes: ticket:3432 Fixes: ticket:3433 Fixes: ticket:3434 Fixes: ticket:3435 ```
tahoe-lafs added the
fixed
label 2020-10-22 12:20:18 +00:00
GitHub <noreply@github.com> closed this issue 2020-10-22 12:20:18 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: tahoe-lafs/trac-2024-07-25#3432
No description provided.