-
Notifications
You must be signed in to change notification settings - Fork 237
Fix CI after setuptools 82.0.0 #2550
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
base: main
Are you sure you want to change the base?
Conversation
Since it requires the now removed from setuptools pkg_resources and last release is more than 10 years old.
Since 82.0.0 removed pkg_resources that is used in current cassandra-driver.
Since 82.0.0 removed pkg_resources that is used in pytest-tornado.
🤖 GitHub commentsJust comment with:
|
xrmx
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/test matrix
Some of the ancient package versions we are testing are depending on pkg_resources that got dropped in setuptools 82.
xrmx
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/test matrix
🔍 Preview links for changed docs |
xrmx
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/test matrix
That is the last cassandra-driver release of 2020
ae2d28d to
e56a986
Compare
xrmx
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/test matrix
What does this pull request do?
Setuptools 82.0.0 removed the pkg_resources module that is used by some dependencies we are testing. For ancient framework versions like Twisted 15 (last release 10 years ago) we just drop testing support for others we stick setuptools versions to a version < 82.0.0 that still contained the module.
Related issues