Skip to content
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

Add information on where to find the removed types #3

Closed
sfc-gh-dschumann opened this issue Mar 28, 2023 · 1 comment
Closed

Add information on where to find the removed types #3

sfc-gh-dschumann opened this issue Mar 28, 2023 · 1 comment

Comments

@sfc-gh-dschumann
Copy link

I have come to this repo linked from here: python/typeshed#4263

I expect many people find it that way. And the probablitly that the typing has been implemented and removed is high. It would be great to either:

a) leave a pointer in the file / folder on how to use the types. In this case "mock". Do they provide stubs in a separate package? Or some other method?
b) Have that info in the commit message removing them. Still requires searching all commits. But thats doable.

Thanks for your work!

@srittau
Copy link
Owner

srittau commented Mar 29, 2023

All removed stubs have either been integrated into typeshed and should be installable from PyPI or the packages are now typed upstream. The latter is true for pytest_mock, so for current pytest_mock versions, type stubs should be unnecessary.

@srittau srittau closed this as not planned Won't fix, can't repro, duplicate, stale Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants