tholo / pytest-flake8

pytest plugin to run flake8
Other
117 stars 47 forks source link

Use the new cache module in pytest #1

Closed santagada closed 8 years ago

santagada commented 8 years ago

pytest now comes with cache as a default module and doesn't load the pytest-cache plugin anymore, by not using the default one pytest-flake8 is not caching results anymore

santagada commented 8 years ago

:+1: but using flake8 0.3 it still don't seem to use the internal caching module, every time I run tests with --flake8 it runs the checks everywhere

tholo commented 8 years ago

Actual skipping is still not happening...