| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
setuptools is intending to remove `pkg_resources` at the end of the year. Version 80.9.0 changed the deprecation to a UserMessage which broke the test. Instead of making them compatible, just skip them on versions >= 80 in preparation for the final removal.
Backport to 8.3.x: 💚 backport PR created✅ Backport PR branch: patchback/backports/8.3.x/c7aabccde27f668eca901efa24539c170eb8ab42/pr-13444 Backported as #13446 🤖 @patchback |
Sorry, something went wrong.
testing: skip `pkg_resources` tests if modern setuptools (cherry picked from commit c7aabcc)
…7aabccde27f668eca901efa24539c170eb8ab42/pr-13444 [PR #13444/c7aabccd backport][8.3.x] testing: skip `pkg_resources` tests if modern setuptools
| Back | FazBrowse Home | New Git URL |
setuptools is intending to remove pkg_resources at the end of the year. Version 80.9.0 changed the deprecation to a UserMessage which broke the test. Instead of making them compatible, just skip them on versions >= 80 in preparation for the final removal.
Following Ronny's suggestion.