Officially deprecate execute().

Review Request #14486 — Created June 27, 2025 and submitted — Latest diff uploaded

Information

RBTools
master

Reviewers

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 be RemovedInRBTools80Warning.

Ran unit tests and didn't get any warnings.

Commits

Files