Skip to content

2.14.1 release missing py.typed file #2282

Closed
@alicederyn

Description

@alicederyn

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

alicederyn commented on Jan 3, 2023

@alicederyn
Author

Probably due to this commit: 35ac3e0

cyberw

cyberw commented on Jan 3, 2023

@cyberw
Collaborator

Sounds likely. @heyman can you investigate?

heyman

heyman commented on Jan 4, 2023

@heyman
Member

Should be fixed now!

cyberw

cyberw commented on Jan 4, 2023

@cyberw
Collaborator

2.14.2 released now & verified.

added a commit that references this issue on Feb 8, 2024
7173528
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @heyman@alicederyn@cyberw

        Issue actions

          2.14.1 release missing py.typed file · Issue #2282 · locustio/locust