Closed
Description
Describe the bug
mypy is complaining that locust 2.14.1 is "missing library stubs or py.typed marker". I checked and, indeed, the py.typed
file is in 2.14.0 but not 2.14.1.
Expected behavior
Wheel contains locust/py.typed
Actual behavior
Wheel does not contain locust/py.typed
Steps to reproduce
$ python -m venv venv
$ . venv/bin/activate
$ python -m pip install locust==2.14.0
$ ls venv/lib/python3.*/site-packages/locust/py.typed
venv/.../py.typed
$ python -m pip install locust==2.14.1
$ ls venv/lib/python3.*/site-packages/locust/py.typed
ls: cannot access 'venv/.../py.typed': No such file or directory
Activity
alicederyn commentedon Jan 3, 2023
Probably due to this commit: 35ac3e0
cyberw commentedon Jan 3, 2023
Sounds likely. @heyman can you investigate?
heyman commentedon Jan 4, 2023
Should be fixed now!
cyberw commentedon Jan 4, 2023
2.14.2 released now & verified.
Fix so that py.typed is added to built wheel