ipwnponies / pytest-antilru

Bust functools.lru_cache when running pytest to avoid test pollution
MIT License
20 stars 3 forks source link

Py2 support #9

Closed ipwnponies closed 5 years ago

ipwnponies commented 5 years ago

Add python 2.7 support. This does remove mypy but it's no big deal, given this is a small project.

Closes #7