kevlened / pytest-parallel

A pytest plugin for parallel and concurrent testing
https://github.com/browsertron/pytest-parallel/issues/104#issuecomment-1293941066
MIT License
313 stars 60 forks source link

Fix long line for flake8 #54

Closed kevlened closed 4 years ago

blueyed commented 4 years ago

Would be good to a) run flake8/checkqa in a separate CI job b) have max-line-length=88, so that black can be used (manually)

blueyed commented 4 years ago

Done in https://github.com/browsertron/pytest-parallel/pull/52 and https://github.com/browsertron/pytest-parallel/pull/55.