-
Notifications
You must be signed in to change notification settings - Fork 222
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
Remove deprecated unittest2 lib #77
Comments
Hi Clement, |
Actually poetry is not a dependency but a dependency management system. Currently you have deps defined in setup, in requirements, they do not math and are not locking any deps of your project (deps of deps for instance). I am going to create another PR to show you how it would be |
the dependency This can be achieved without poetry, e.g. using standard setuptools. I am happy to send a PR. |
I am following from this issue on poetry: python-poetry/poetry#3906
I guess that unittest2 is now deprecated and causes troubles for dependency resolution.
Interestingly enough I see that you are still using old fashioned
requirements.txt
(which is actually not consistent with a dup). If you would like to, I could upgrade your project to using poetry instead.The text was updated successfully, but these errors were encountered: