You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: