Skip to content

Commit

Permalink
Removal experimental warning of vt nrunner
Browse files Browse the repository at this point in the history
After the avocado-framework#3226 and avocado/#4908 the vt nrunner has almost every legacy
features and becomes to be the default runner for vt tests. Let's remove
the warning about experimental manner of vt nrunner.

Signed-off-by: Jan Richter <[email protected]>
  • Loading branch information
richtja committed Oct 11, 2021
1 parent de0df09 commit b326262
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions avocado_vt/plugins/vt_resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ def _get_reference_resolution(self, reference):
runnables = [self._parameters_to_runnable(d) for d in
cartesian_parser.get_dicts()]
if runnables:
warnings.warn("The VT NextRunner is experimental and doesn't have "
"current Avocado VT features")
if self.config.get("nrunner.max_parallel_tasks", 1) != 1:
warnings.warn("The VT NextRunner can be run only with "
"nrunner-max-parallel-tasks set to 1")
Expand Down

0 comments on commit b326262

Please sign in to comment.