-
Notifications
You must be signed in to change notification settings - Fork 392
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
[#3558] fix(client-python): specified tests packages version #3559
Conversation
@noidname01 maybe you could help me check with this? |
@featherchen Thank you for mentioning this. The |
77cb71a
to
6f9b107
Compare
@noidname01 Sure, I've specified the version based on the CI in #3545, and I have also tested them on local machine. The process of gradle build should works properly now. |
@featherchen LGTM, Thanks |
LGTM. |
### What changes were proposed in this pull request? As title, specify pylint version in order to avoid unexpected bugs in the future development. ### Why are the changes needed? Fix: #3558 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? `./gradlew build -x test` or `./gradlew :clients:client-python:pylint` for for the convenience.
…pache#3559) ### What changes were proposed in this pull request? As title, specify pylint version in order to avoid unexpected bugs in the future development. ### Why are the changes needed? Fix: apache#3558 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? `./gradlew build -x test` or `./gradlew :clients:client-python:pylint` for for the convenience.
### What changes were proposed in this pull request? As title, specify pylint version in order to avoid unexpected bugs in the future development. ### Why are the changes needed? Fix: #3558 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? `./gradlew build -x test` or `./gradlew :clients:client-python:pylint` for for the convenience. (cherry picked from commit 63592af)
What changes were proposed in this pull request?
As title, specify pylint version in order to avoid unexpected bugs in the future development.
Why are the changes needed?
Fix: #3558
Does this PR introduce any user-facing change?
No.
How was this patch tested?
./gradlew build -x test
or./gradlew :clients:client-python:pylint
for for the convenience.