Closed Crola1702 closed 1 year ago
Rolling CI is installing Pydocstyle 6.1.1:
00:01:00.043 pydocstyle: 6.1.1-1
CI:
Linux CI is upgrading to 6.2.1
Collecting pydocstyle
Downloading pydocstyle-6.2.1-py3-none-any.whl (37 kB)
Collecting pyflakes
Downloading pyflakes-3.0.1-py2.py3-none-any.whl (62 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 KB 11.4 MB/s eta 0:00:00
...
pydocstyle==6.2.1
This is all green, so merging this in.
@Mergifyio backport humble
backport humble
@mergify backport foxy
backport foxy
@Mergifyio backport foxy
backport foxy
Could we get a release in foxy so we can get this change please? I believe everyone's foxy CIs for ros2 python packages are failing without this change right now. Thanks!
Could we please get a release in foxy so we can get this change please?
FYI: @jacobperron
I'll comment over on the backport PR.
Signed-off-by: Crola1702 cristobal.arroyo@ekumenlabs.com
Pydocstyle 6.2.0 introduced a new feature where
get_files_to_check
method yields 4 items instead of 3.This PR adds and ignores that item, so the tests can run without crashing.