Skip to content

py.typed file not installed by default in setup.cfg

Closed

Description

Describe the bug

mypy returns the following error when type checking our project.

error: Skipping analyzing "responses": module is installed, but missing library stubs or py.typed marker [import]

Additional context

Using mypy version 0.942 and the master version of responses.

Version of responses

commit 04c9e15

Steps to Reproduce

Run mypy on a project that includes responses

import responses

print(responses)

Expected Result

There should be no mypy errors.

Actual Result

error: Skipping analyzing "responses": module is installed, but missing library stubs or py.typed marker [import]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions