On 29/8/22 14:19, Thomas Huth wrote:
In upstream Avocado, the find_free_port() function is not available
from "network" anymore, but must be used via "ports", see:

  https://github.com/avocado-framework/avocado/commit/22fc98c6ff76cc55c48

To be able to update to a newer Avocado version later, let's use
the new way for accessing the find_free_port() function here.

Signed-off-by: Thomas Huth <th...@redhat.com>
---
  tests/avocado/migration.py | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>

Reply via email to