linters job started failing with tobiko after pylint-4 was released on October 2025. Pinning tobiko's pylint version to 3.3.9 fixed the job. The zuul job `openstack-tox-py313` started voting on master branch recently [1]. Tobiko will soon support this job [2], but not yet, so voting has to be disabled for it. [1] https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/958617 [2] https://review.opendev.org/c/x/tobiko/+/955203 Change-Id: I9893fcb122de119bd95878ed16829ddfa721e8e9
5 lines
82 B
Plaintext
5 lines
82 B
Plaintext
# pep8 and flake8 requirements
|
|
|
|
pre-commit >= 2.16.0 # MIT
|
|
pylint==3.3.9 # GPL2
|