We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
resources.read_text()
version.py
By executing make lint I got the following error:
make lint
pylint...................................................................Failed - hook id: pylint - exit code: 4 ************* Module esrally.version esrally/version.py:71:11: W4902: Using deprecated method read_text() (deprecated-method)
The exact same same failure is also affecting the execution of the command make check-all.
make check-all
The text was updated successfully, but these errors were encountered:
Fixed by PR #1911
Sorry, something went wrong.
fressi-elastic
No branches or pull requests
By executing
make lint
I got the following error:The exact same same failure is also affecting the execution of the command
make check-all
.The text was updated successfully, but these errors were encountered: