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

Remove unnecessary install_requires on setuptools #41

Merged
merged 1 commit into from
Sep 25, 2020

Conversation

mgorny
Copy link
Contributor

@mgorny mgorny commented Sep 25, 2020

Remove the explicit runtime dependency on setuptools. None
of the packages installed by setuptools seem to be used by the package.
While arguably the pytest entry point might require setuptools but then
the dependency belongs (and is present) in pytest, especially that
a future version may use a different entry point loader.


This change is Reviewable

Remove the explicit runtime dependency on setuptools.  None
of the packages installed by setuptools seem to be used by the package.
While arguably the pytest entry point might require setuptools but then
the dependency belongs (and is present) in pytest, especially that
a future version may use a different entry point loader.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 71.429% when pulling f3bf1ae on mgorny:setuptools-dep into 9a18fc1 on pytest-dev:master.

@mgorny
Copy link
Contributor Author

mgorny commented Sep 25, 2020

Hi, just got your invitation. Should I push the change straight to master then, or use the green merge button, or...? ;-)

@bubenkoff
Copy link
Member

bubenkoff commented Sep 25, 2020 via email

@mgorny mgorny merged commit 451debd into pytest-dev:master Sep 25, 2020
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

Successfully merging this pull request may close these issues.

None yet

3 participants