| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Previously, the integration test depended on luck. `setuptools` used to be bundled in Python stdlib's `ensurepip`. Python 3.12 and newer no longer include it. This test imports `pkg_resources` that is a part of `setuptools`, meaning that it'll run out of luck at some point, under newer Python runtimes. This test does not seem to be useful to us so instead of fixing it, we remove it from the repo [[1]]. Supersedes ansible#84681. [1]: ansible#84681 (comment)
Previously, the integration test depended on luck. `setuptools` used to be bundled in Python stdlib's `ensurepip`. Python 3.12 and newer no longer include it. This test imports `pkg_resources` that is a part of `setuptools`, meaning that it'll run out of luck at some point, under newer Python runtimes. This test does not seem to be useful to us so instead of fixing it, we remove it from the repo [[1]]. Supersedes #84681. [1]: #84681 (comment) (cherry picked from commit ee49adf) Co-authored-by: 馃嚭馃嚘 Sviatoslav Sydorenko (小胁褟褌芯褋谢邪胁 小懈写芯褉械薪泻芯) <webknjaz@redhat.com>
Previously, the integration test depended on luck. `setuptools` used to be bundled in Python stdlib's `ensurepip`. Python 3.12 and newer no longer include it. This test imports `pkg_resources` that is a part of `setuptools`, meaning that it'll run out of luck at some point, under newer Python runtimes. This test does not seem to be useful to us so instead of fixing it, we remove it from the repo [[1]]. Supersedes #84681. [1]: #84681 (comment) (cherry picked from commit ee49adf) Co-authored-by: 馃嚭馃嚘 Sviatoslav Sydorenko (小胁褟褌芯褋谢邪胁 小懈写芯褉械薪泻芯) <webknjaz@redhat.com>
Previously, the integration test depended on luck. `setuptools` used to be bundled in Python stdlib's `ensurepip`. Python 3.12 and newer no longer include it. This test imports `pkg_resources` that is a part of `setuptools`, meaning that it'll run out of luck at some point, under newer Python runtimes. This test does not seem to be useful to us so instead of fixing it, we remove it from the repo [[1]]. Supersedes #84681. [1]: #84681 (comment) (cherry picked from commit ee49adf) Co-authored-by: 馃嚭馃嚘 Sviatoslav Sydorenko (小胁褟褌芯褋谢邪胁 小懈写芯褉械薪泻芯) <webknjaz@redhat.com>
Previously, the integration test depended on luck. `setuptools` used to be bundled in Python stdlib's `ensurepip`. Python 3.12 and newer no longer include it. This test imports `pkg_resources` that is a part of `setuptools`, meaning that it'll run out of luck at some point, under newer Python runtimes. This test does not seem to be useful to us so instead of fixing it, we remove it from the repo [[1]]. Supersedes ansible#84681. [1]: ansible#84681 (comment) (cherry picked from commit ee49adf)
Sorry, something went wrong.
|
@webknjaz Why backport this? Is there some issue with the stable branches? |
Sorry, something went wrong.
|
@mattclay my assumption was that we'd bump macos there which would hit the same issue. |
Sorry, something went wrong.
|
We generally don't backport new platforms or versions unless there's a good reason. The most common is updating an older FreeBSD version from X.Y to X.Y+N when the previous version no longer works in CI. |
Sorry, something went wrong.
|
Ack |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Previously, the integration test depended on luck. setuptools used to be bundled in Python stdlib's ensurepip. Python 3.12 and newer no longer include it. This test imports pkg_resources that is a part of setuptools, meaning that it'll run out of luck at some point, under newer Python runtimes.
This test does not seem to be useful to us so instead of fixing it, we remove it from the repo [1].
Supersedes #84681.
SUMMARY
SSIA
ISSUE TYPE