Remove deprecated warning from SCMClient.has_dependencies.

Review Request #14488 — Created June 28, 2025 and discarded

Information

RBTools
master

Reviewers

The has_dependencies() method has for a while had an expect_checked
parameter which will skip setup in the case where we know that we've
already done it. This raised a deprecation warning about being removed
in RBTools 5, but we never did so. This change modifies the warning to
be an exception instead, and updates all the relevant test cases to
match.

Ran unit tests.

Summary ID
Remove deprecated warning from SCMClient.has_dependencies.
The `has_dependencies()` method has for a while had an `expect_checked` parameter which will skip setup in the case where we know that we've already done it. This raised a deprecation warning about being removed in RBTools 5, but we never did so. This change modifies the warning to be an exception instead, and updates all the relevant test cases to match. Testing Done: Ran unit tests.
b22be03104d77fbad2559cc11a99fb6a8c201877
Description From Last Updated

This is a duplicate of /r/14487/

maubinmaubin
maubin
  1. 
      
  2. Show all issues

    This is a duplicate of /r/14487/

  3. 
      
david
Review request changed
Status:
Discarded