-
Notifications
You must be signed in to change notification settings - Fork 0
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
[tests] usage of setuptools' build-option passed as global-option #59
Comments
stanislavlevin
added a commit
that referenced
this issue
Dec 5, 2023
It was deprecated as of 64.0.0 `setuptools`: https://setuptools.pypa.io/en/latest/history.html#v64-0-0 > #3380: Passing some types of parameters via --global-option to setuptools PEP 517/PEP 660 backend is now considered deprecated. The user can pass the same arbitrary parameter via --build-option (--global-option is now reserved for flags like --verbose or --quiet). And was removed in 69.0.0: https://setuptools.pypa.io/en/stable/history.html#v69-0-0 > Passing config_settings to setuptools.build_meta with deprecated values for --global-option is no longer allowed. (#4066) Fixes: #59 Signed-off-by: Stanislav Levin <slev@altlinux.org>
stanislavlevin
added a commit
that referenced
this issue
Dec 5, 2023
It was deprecated as of 64.0.0 `setuptools`: https://setuptools.pypa.io/en/latest/history.html#v64-0-0 > #3380: Passing some types of parameters via --global-option to setuptools PEP 517/PEP 660 backend is now considered deprecated. The user can pass the same arbitrary parameter via --build-option (--global-option is now reserved for flags like --verbose or --quiet). And was removed in 69.0.0: https://setuptools.pypa.io/en/stable/history.html#v69-0-0 > Passing config_settings to setuptools.build_meta with deprecated values for --global-option is no longer allowed. (#4066) Fixes: #59 Signed-off-by: Stanislav Levin <slev@altlinux.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As of setuptools 69:
https://setuptools.pypa.io/en/stable/history.html#v69-0-0
This leads to a test failure:
The text was updated successfully, but these errors were encountered: