tholo / pytest-flake8

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

Add pytest marker for flake8 #24

Closed alex-dr closed 6 years ago

alex-dr commented 7 years ago

This is required for compatibility with pytest --strict mode when using pytest>=3.1 as discussed in https://github.com/pytest-dev/pytest/issues/2455

Tested working on my machine.

Fixes https://github.com/tholo/pytest-flake8/issues/23

Mic92 commented 7 years ago

ping @tholo