-
-
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
Can't make it work #17
Comments
Can I have the detailed error log? |
Sure.
|
The problem is from pdm/models/candidates.py the verbosity is not being passed and thus breaking the whole thing, I've just tested changing function call and it works fine now. Is this intended? I also checked pip to see if they changed the function signature but I don't see any changes related to it.
|
what is the version of PDM and pip in the tox env? |
|
Related to pdm-project/pdm#874 |
A bit frustrated trying to make this work, but it just doesn't, PDM works fine whenever I do
pdm install -v
orpdm sync
but after I try to run tox I run into the following:
This are my tox.ini and pyproject.toml
Any help is greatly appreciated.
The text was updated successfully, but these errors were encountered: