Resolve ci exception log on py37 - #362
Conversation
| @@ -0,0 +1,2 @@ | |||
| astroid==2.2.5 | |||
| pylint==2.3.1 | |||
There was a problem hiding this comment.
Can the version consider Python 2?
I wonder if pylint 2 claims errors which might break Python 2, but good for Python 3.
There was a problem hiding this comment.
I wonder if pylint 2 claims errors which might break Python 2, but good for Python 3.
I can't say it won't happen.
Your point is that we should have the same pylint version for python2/3, right?
Since exception log is no impact to the results, we can upgrade those version when we drop python2 support in the future.
There was a problem hiding this comment.
Yes.
We support both of them by one codebase.
btw, we have https://github.com/appium/python-client/blob/master/development.txt .
It refers to ci-requirements.txt. we should update here, too.
|
Thanks for your comments. I agree with you.
Thanks for this, too. I didn't care of it... |
Exception log
Resolved exception log
How to resolve