-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"TypeError: argument should be a path or str object, not <class 'py._path.local.LocalPath'>" with Python 3.5 #3
Comments
Thanks for the bug report (and for giving this code a chance to begin with). |
Seems to me like Python 3.5 has already reached its end of life, hasn't it? I'm not entirely clear on the situation. I'm a bit reluctant to add code for older Python versions. Do you really need this, must have or nice to have? |
Well, it just EOL'd this week, so still deserves a little love. :P My vote is for supporting it for as long as the two projects this bridges does. Sadly, due to deployment constraints, I'm stuck using 3.5 for one particular project for a bit longer. For me it's a must-have, else I simply can't use the plugin (short of forking it, which seems silly for such a tiny change). This is the right way to handle Poetry with tox (as opposed to using a |
Should be fixed in version 0.0.1.
Agreed. Hopefully I managed to convince others as well that Poetry's FAQ is counter-productive (or at least misleading) on this topic, and that there should be a better way. |
@sinoroc There's already been some discussion of doing exactly what you've done here. I think you'll find Poetry's maintainers relatively receptive. |
I have been active in these two discussions:
Am I missing other ones? |
Ah, I was referring to Discord. See https://github.com/python-poetry/poetry . |
As both
tox
andpoetry
support Python 3.5 (for now), I presume this plugin should, as well. Currently, this error results when it executes under Python 3.5:I'll submit a trivial pull request to resolve this shortly.
The text was updated successfully, but these errors were encountered: