-
Notifications
You must be signed in to change notification settings - Fork 159
[Eloquent backport] stop using constructors deprecated in pytest 5.4 (#391) Switch to from_parent (partial #421) avoid deprecation warning, use from_parent (#402) #459
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
Conversation
Signed-off-by: Dan Rose <[email protected]> Signed-off-by: Shane Loretz <[email protected]>
Signed-off-by: Chris Lalancette <[email protected]> Signed-off-by: Shane Loretz <[email protected]>
|
Linux CI after adding partial cherry-pick of #421 |
Signed-off-by: Dirk Thomas <[email protected]> Signed-off-by: Shane Loretz <[email protected]>
|
Linux CI after adding cherry-pick of #402 |
|
Supercedes #447 |
|
CI including ros2/launch_ros#176 ( build: |
|
CI looks ok, I think. There's no good build to compare the arm/OSX/Windows builds to, but none of the test failures appear related to this PR. The linux ones all seem to be an unrelated error: |
Cherry pick of #391 - checking if this fixes #458
Now also includes a cherry-pick of one commit from #421: f1c02f3
Now also includes a cherry-pick of #402