-
Notifications
You must be signed in to change notification settings - Fork 52
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
Remove deprecated pkg_resources #1119
Conversation
f4034a4
to
22cdca7
Compare
Seems like there was an issue with the import here: https://github.com/Epistimio/orion/actions/runs/6471640548/job/17570730647?pr=1119#step:5:92 |
a41d99c
to
5767a98
Compare
Fixed. |
Thanks! Now there seems to be an issue with the entry point object: https://github.com/Epistimio/orion/actions/runs/6486272775/job/17614328726?pr=1119#step:5:745 |
1f08fa9
to
3d15289
Compare
Fixed. The Pylint error is because the Pylint you're running on 3.9 is too old IMO. Blocking that error is goign to be confusing since it's not an error in newer Pythons. |
@bouthilx Would you like me to do anything else for this pull request? |
72a3fb4
to
b93b2ad
Compare
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.
I believe your point about pylint is valid. Let's wait for #1121 to be merged before just to make sure all tests are passing here.
Thanks!
Tests
$ tox -e py38
; replace38
by your Python version if necessary)Documentation
Quality
$ tox -e lint
)Further comments
Please include any additional information or comment that you feel will be helpful to the review of this pull request.