Fix SetuptoolsDeprecationWarning about using --global-option#2487
Fix SetuptoolsDeprecationWarning about using --global-option#2487gaborbernat merged 1 commit intotox-dev:masterfrom
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>.rstfor example (588.bugfix.rst)<type>is must be one ofbugfix,feature,deprecation,breaking,doc,misc-- by :user:`<your username>`.CONTRIBUTORS(preserving alphabetical order)