-
Notifications
You must be signed in to change notification settings - Fork 22
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 eggsupport.py and require a setuptools versions which does not need it. #185
Labels
Comments
Michael Howitz wrote at 2024-10-15 23:19 -0700:
`eggsupport.py` is currently untested because it is not needed by recent enough `setuptools` versions.
So let's delete this module and everything which is depending on it + require a minimum setuptools version which does not need it.
See #184 for more details.
`eggsupport` is not needed by `setuptools`;
instead it relies on the `setuptools` infrastructure for the subcommand `test`
abandonned by recent `setuptools` versions.
The GHA runners use a recent `setuptools` version which means
that they can no longer test `eggsupport`.
We can drop `eggsupport` without the need to change anything
regarding the minimum `setuptools` version.
|
Hm, GitHub still does not format e-mail replies properly and changing them does not make it any better, even tough it renders a correct preview. 😢 |
cjwatson
added a commit
to cjwatson/zope.testrunner
that referenced
this issue
Feb 9, 2025
cjwatson
added a commit
to cjwatson/zope.testrunner
that referenced
this issue
Feb 10, 2025
cjwatson
added a commit
to cjwatson/zope.testrunner
that referenced
this issue
Feb 11, 2025
Fixed in #192. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
eggsupport.py
is currently untested because it is not needed by recent enoughsetuptools
versions.So let's
See #184 for more details.
The text was updated successfully, but these errors were encountered: