tholo / pytest-flake8

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

Update Readme to fix setup.cfg error #61

Closed discdiver closed 4 years ago

discdiver commented 5 years ago

Using [pytest] in setup.cfg with these package versions:

python 3.7.2
pytest==4.4.2
pytest-flake8==1.0.4
pytest-runner==4.4 

led to this error message:

Failed: [pytest] section in setup.cfg files is no longer supported, change to [tool:pytest] instead.

I've changed the README from [pytest] to [tool:pytest] .