Kozea / Pyphen

Hy-phen-ation made easy
https://courtbouillon.org/pyphen
Other
198 stars 24 forks source link

pytest-3.8: error: unrecognized arguments: --isort --flake8 --numprocesses=auto #42

Closed yarunachalam closed 2 years ago

yarunachalam commented 2 years ago

pytest fails

liZe commented 2 years ago

Hi.

If you want to launch tests with Pytest, you can install it using pip install pyphen[test] that will install required dependencies. If you don’t want to use these dependencies, you can remove this line.

(Note that we’ll probably remove this line soon, as we did in other libraries.)