ipwnponies/pytest-antilru

python 2 support

Closed this issue · 1 comments

Investigate how hard it is to add python 2 support. We'll have to revert using python 2 type annotations (i.e. comment strings). Which is probably fine.

It's really gross to support type annotations in python 2.7 (imo) so I'd rather just strip it out entirely. This is a small project, doesn't benefit from type annotations.