Skip to content

Commit

Permalink
external_runner import error fix
Browse files Browse the repository at this point in the history
the external_runner uses the old import path for Runnable. This path has
been changed when the legacy runner was removed. This commit fixes that
to avoid ImportErrors.

Reference: #5370
Signed-off-by: Jan Richter <[email protected]>
  • Loading branch information
richtja committed Nov 16, 2023
1 parent 1e8315e commit 8879c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/external_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import sys

from avocado.core.job import Job
from avocado.core.nrunner import Runnable
from avocado.core.nrunner.runnable import Runnable
from avocado.core.suite import TestSuite
from avocado.utils.path import find_command

Expand Down

0 comments on commit 8879c4b

Please sign in to comment.