Skip to content

replace mock package with unittest.mock builtin #9269

@jennifer-richards

Description

@jennifer-richards

Describe the issue

Since python 3.3, the mock package is now a "rolling backport" of the built-in unittest.mock. Use of the mock package should be replaced with the built-in library and the package dependency dropped (along with types-mock)

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions