ElSnoMan / pyleniumio

Bring the best of Selenium and Cypress into a single Python package
https://docs.pylenium.io
MIT License
270 stars 50 forks source link

Do not install another flake8 version in CI #300

Closed rnestler closed 1 year ago

rnestler commented 1 year ago

flake8 is already specified as a dev-dependency in pyproject.toml, so adding it to the project will result in requiring two conflicting flake8 versions: The one specified in pyproject.toml and the latest one.

rnestler commented 1 year ago

The install and linting step passes now, but the unit tests fail...

ElSnoMan commented 1 year ago

I'll approve and merge for now since this is a simple fix. Thanks for doing this!