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

2.14.1 release missing py.typed file #2282

Closed
alicederyn opened this issue Jan 3, 2023 · 4 comments
Closed

2.14.1 release missing py.typed file #2282

alicederyn opened this issue Jan 3, 2023 · 4 comments
Labels

Comments

@alicederyn
Copy link

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
@alicederyn alicederyn added the bug label Jan 3, 2023
@alicederyn
Copy link
Author

Probably due to this commit: 35ac3e0

@cyberw
Copy link
Collaborator

cyberw commented Jan 3, 2023

Sounds likely. @heyman can you investigate?

@heyman heyman closed this as completed in 7173528 Jan 4, 2023
@heyman
Copy link
Member

heyman commented Jan 4, 2023

Should be fixed now!

@cyberw
Copy link
Collaborator

cyberw commented Jan 4, 2023

2.14.2 released now & verified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants