Hello, there is an issue with the pep8 we run as part of Component CI for OSP 17.0 and OSP 17.1 The problem is, the project uses git pre-commit hooks as part of pep8 tox environment and specifies the old, not existing anymore repository of flake8, which was recently moved from GitLab to GitHub. Some details: https://www.reddit.com/r/Python/comments/yvfww8/flake8_took_down_the_gitlab_repository_in_favor/ Yours, Szymon
In-job workaround with sed was implemented for now: https://github.com/RedHatCRE/znoyder/pull/112 But in case of developers running the tests locally, the fix in downstream source code shall be implemented. Note: the issue is also present in upstream wallaby https://opendev.org/openstack/automaton/src/branch/stable/wallaby/.pre-commit-config.yaml but was recently fixed in master https://review.opendev.org/c/openstack/automaton/+/782440