-
Notifications
You must be signed in to change notification settings - Fork 18
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
setup: types-pkg-resources -> types-setuptools #620
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually I'm not sure we need this dependency at all (mypy passes without it)
@@ -103,7 +103,7 @@ tests = | |||
# https://github.com/pytest-dev/pytest/issues/12263 | |||
pytest>=6,<8.2 | |||
towncrier>=23 | |||
types-pkg_resources>=0.1.2 | |||
types-setuptools |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mypy passes without it
Not sure if that means removing the dep removes (some) type checking?
types-setuptools |
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure, I'll just merge this as-is
setup: types-pkg-resources -> types-setuptools (cherry pick of #620)
Dev installation is currently broken due to a "yanked" project ?!
Follow the instructions on this page:
https://pypi.org/project/types-pkg-resources/