-
-
Notifications
You must be signed in to change notification settings - Fork 531
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
Fix SetuptoolsDeprecationWarning about using --global-option #2487
Conversation
89cb2b8
to
b9f6f41
Compare
what versions of setuptools does the new argument require ? |
I tested down to setuptools 50 and got no error. But, the first mention of I found that If we want to ensure that |
@gaborbernat I don't think this could go out as is given the above |
I guess the question here if older setuptools just ignored this flag or actually used it 🤔 Wonder if need this flag at all or we can just drop it 🤔 |
I believe on windows the flag is important -- otherwise it'll default to zip ? |
Would that cause a problem for pip? |
it shouldn't be a problem for pip -- but I thought tox tries to read the tgz -- maybe I'm misremembering how this works -- not at a computer to check |
tox does not read the file 🤔 |
this is what I was thinking of but looks like it already supports zip: Line 52 in d98f589
we can probably drop the option entirely then |
That seems reasonable to me too, done in #2497. |
Fixes #2478.
Contribution checklist:
(also see CONTRIBUTING.rst for details)
in message body
<issue number>.<type>.rst
for example (588.bugfix.rst)<type>
is must be one ofbugfix
,feature
,deprecation
,breaking
,doc
,misc
-- by :user:`<your username>`.
CONTRIBUTORS
(preserving alphabetical order)