ipwnponies / pytest-antilru

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

Tests are broken #31

Closed ipwnponies closed 10 months ago

ipwnponies commented 10 months ago

See this run: https://github.com/ipwnponies/pytest-antilru/actions/runs/5980855065 There are a host of environmental issues. Since there's been no code changes, this is very likely to be related to github test environment. On cursory glance, python 2.7 is deprecated. The other environment need to be updated too.

Once fixed, the tests need to be run on a periodic schedule. This will alert of these class of issues sooner.