Skip to content
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

Pylint is reporting error after deprecation of resources.read_text() function used in version.py #1910

Closed
fressi-elastic opened this issue Feb 3, 2025 · 1 comment
Assignees

Comments

@fressi-elastic
Copy link
Contributor

By executing make lint I got the following error:

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.

@fressi-elastic fressi-elastic self-assigned this Feb 3, 2025
@fressi-elastic
Copy link
Contributor Author

Fixed by PR #1911

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant