flake8
passed.
JSHint
passed.
Review Request #14486 — Created June 27, 2025 and updated
The rbtools.utils.process.execute() function has theoretically been
deprecated for several releases, but the actual warning was hidden
behind an environment variable. Now that we've updated all our code
inside RBTools itself, this change removes the environment variable and
changes the deprecation warning to beRemovedInRBTools80Warning
.
Ran unit tests and didn't get any warnings.
Summary | ID |
---|---|
2d7a7478311015e5d23f9870a42ea8e12c3220bf |
Description | From | Last Updated |
---|---|---|
We can use self.assertRaisesMessage(). |
|