Suppress typing error in test_python3

This commit is contained in:
Jason R. Coombs 2020-11-20 12:33:41 -05:00
parent f2ffa78198
commit ce3b775944

View File

@ -44,7 +44,7 @@ class Python3PortingEffortTests(SynchronousTestCase):
),
),
)
test_finished_porting.todo = native_str(
test_finished_porting.todo = native_str( # type: ignore
"https://tahoe-lafs.org/trac/tahoe-lafs/milestone/Support%20Python%203 should be completed",
)