Skip to content

pytest should not be an "install_requires" dependency #24

@danieljamesscott

Description

@danieljamesscott

Describe the bug

Having pytest as an install_requires dependency means that applications which use this library end up bundling pytest during packaging. pytest should be a dev dependency (possibly using extras_require?), to indicate that it's only required for development.

https://github.com/humio/python-humio/blob/master/setup.py#L76

Metadata

Metadata

Assignees

No one assigned

    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