-
Notifications
You must be signed in to change notification settings - Fork 71
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
[Bug]: poetry incorrectly tries to resolve an unnecessary importlib-metadata dependency #1311
Comments
Yeah, the generated A few options, not necessarily mutually exclusive:
WorkaroundIn the meantime, removing |
Another workaround for me was to use |
@cwegener awesome, so is hatch able to resolve the dependencies even with |
Yes. It is. I didn't use Lines 49 to 50 in 41d4c6b
|
Currently the following dev dependencies are added to
Unlike the tap template the target template does not create a Thoughts @edgarrmondragon? Since this prevents new users from following the target development guide, I'd consider this a high priority. As for taps, we probably also want to remove |
@WillDaSilva I'm ok with removing |
The documentation has been updated to suggest it be installed using `pipx`. Closes #1311
Singer SDK Version
0.16.0
Python Version
3.10
Bug scope
Other
Operating System
Linux
Description
After the bump of
tox
from version 3 to version 4 in the cookiecutter template, poetry is now getting its knickers in a twist about being unable to resolve a suitable version ofimportlib-metadata
even thoughimportlib-metadata
has a marker on it for Python 3.7 and older only.This seems to be as a result of #1305
Steps to reproduce:
poetry install
Expected Result
poetry install
completest successfullyActual Result
Code
No response
The text was updated successfully, but these errors were encountered: