You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indeed, there was a build error that caused py.typed to be missing from the v0.18.3 wheel (see #314).
However, the file is present in the sdist and a corrected wheel named pytest_asyncio-0.18.3-1-py3-none-any.whl was uploaded to PyPI. The new wheel supersedes the broken pytest_asyncio-0.18.3-py3-none-any.whl and should be automatically selected by pip.
Did you use pip or something else to upgrade pytest-asyncio?
Can you try and find out the exact filename of the pytest-ayncio wheel that's being installed?
Are you downloading directly from PyPI or are you using a private mirror?
Ah okay, our pip-compiled requirements file was pointing to the previous version. Recompiling it fixes the issue and the correct wheel is downloaded. Thanks for the quick response 👍
Hi, I was just trying to upgrade to v0.18.3 and mypy started complaining with the following error message:
Upon investigation it seems that v0.18.2 still had this file and the new version removed it.
The text was updated successfully, but these errors were encountered: