From c5dbea1cfc1a8b73eaa809cc35e3af1419e975a7 Mon Sep 17 00:00:00 2001 From: Eduardo Olivares Date: Thu, 21 Nov 2024 11:44:06 +0100 Subject: [PATCH] Use default pytest junit_family Before this patch, Tobiko used pytest.junit_family=legacy, which was not compatible with report-portal. Change-Id: Ic10b3302c129cb95948667541c3de7ced3c91e18 --- pytest.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 4dce5efdb..6f55ccf3b 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,5 +1,4 @@ [pytest] -junit_family=legacy render_collapsed = True markers = ovn_migration: test cases for testing OVN migration