Skip to content

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

@skylander86

Description

@skylander86

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]

Metadata

Metadata

Labels

No labels
No labels
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions