Skip to content

Commit

Permalink
Merge pull request avocado-framework#3251 from richtja/nrunner_warnin…
Browse files Browse the repository at this point in the history
…g_message

Removal experimental warning of vt nrunner

Signed-off-by: Jan Richter <[email protected]>
  • Loading branch information
richtja authored Oct 11, 2021
2 parents de0df09 + b326262 commit 1c6395e
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 1c6395e

Please sign in to comment.