Skip to content

Use of imp modules should be removed #829

Closed
@jonringer

Description

@jonringer

The imp module has been deprecated since python 3.4, and now emits warnings when used in python 3.9.6+.

The logic should be replaced with importlib.

Now if this package, or any downstream dependency uses this, pytest deprecation warnings need to be silenced or else it fails a test suite.

Metadata

Metadata

Assignees

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