Skip to content

Issue : Missing dependency mock in install_requires #253

@PrinceSajjadHussain

Description

@PrinceSajjadHussain

The code uses the mock library in test_awesome.py, but it's only listed as a test dependency under extras_require. This means users who install the package without the 'testing' extra will not have the mock library available, and the tests will fail if they try to run them. To resolve, the mock dependency should be in install_requires because it is a core dependency.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions