Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pytest should not be an "install_requires" dependency #24

Open
danieljamesscott opened this issue Apr 13, 2023 · 0 comments
Open

pytest should not be an "install_requires" dependency #24

danieljamesscott opened this issue Apr 13, 2023 · 0 comments

Comments

@danieljamesscott
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant