CleanCut / green

Green is a clean, colorful, fast python test runner.
MIT License
785 stars 75 forks source link

Cannot be installed using Poetry. #202

Closed AndreGuerra123 closed 5 years ago

AndreGuerra123 commented 5 years ago

Failed to install using Poetry 0.12 [RecursionError] maximum recursion depth exceeded Regards,

CleanCut commented 5 years ago

@AndreGuerra123 Sorry for the delay, I was on vacation! 🌴

Could you please provide some details about your setup so we can reproduce the problem? For example:

If we can reproduce the problem, there's a good chance we can fix it!

GjjvdBurg commented 5 years ago

Thanks for looking into this, I encountered this problem as well. The issue on the Poetry repo is here. The commands to reproduce:

$ poetry new myproject
$ cd myproject
$ poetry add green

You can use the command poetry -vvv add green to see more verbose output. The problem is the duplicate dependency on colorama, but whether this should to be fixed in Poetry or Green I can't tell. Thanks again!

CleanCut commented 5 years ago

This fix was included in 2.14.1, which was just released. 👍

GjjvdBurg commented 5 years ago

Thanks a lot @CleanCut!