quodlibet / mutagen

Python module for handling audio metadata
https://mutagen.readthedocs.io
GNU General Public License v2.0
1.54k stars 158 forks source link

tests: don't include flake8 in the unittest suite #571

Closed lazka closed 2 years ago

lazka commented 2 years ago

Instead depend on users callking flake8 directly. Having them in there is quite uncommon, and might also result in errors on future flake8 updates, while the tests themselves should be more stable in that regard. See #482 for example.

Just get rid of it.

phw commented 2 years ago

Does it still run in GitHub actions? If not it might be a good idea to add it there.

lazka commented 2 years ago

Yes, flake8 was run in GHA before this