95b69e2bbc
* Fix lower-constraints with the new pip resolver First, remove pep8 dependencies from test-requirements, they're not needed there and are hard to constraint properly. Second, bump keystoneauth to the version required by openstacksdk. * Force updating libgcrypt to work around CentOS/RHEL 8.3 bug https://bugzilla.redhat.com/show_bug.cgi?id=1840485 Change-Id: I65379a3d1b42e3607118bd785f580604bef7d10d
12 lines
599 B
Plaintext
12 lines
599 B
Plaintext
skip_list:
|
|
# FIXME: gradually fix and remove these exclusions:
|
|
- '208' # File permissions not mentioned
|
|
- '301' # Commands should not change things if nothing needs doing
|
|
- '502' # All tasks should be named
|
|
- '701' # meta/main.yml should contain relevant info
|
|
- '702' # Tags must contain lowercase letters and digits only
|
|
# NOTE(dtantsur): the following rules should likely stay excluded:
|
|
- '106' # Role name {} does not match ``^[a-z][a-z0-9_]+$`` pattern'
|
|
- '403' # Package installs should not use latest
|
|
- '503' # Tasks that run when changed should likely be handlers
|