From c040637e9785c723a811aea596b551b20ac4ad17 Mon Sep 17 00:00:00 2001 From: Louis Scalbert Date: Tue, 28 Nov 2023 17:04:32 +0100 Subject: [PATCH] topotests: use exabgp 4.2.11 in ci Use exabgp 4.2.11 in CI instead. Signed-off-by: Louis Scalbert --- tests/topotests/pytest.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/topotests/pytest.ini b/tests/topotests/pytest.ini index 6c2d42ef40..d61a0a1ee1 100644 --- a/tests/topotests/pytest.ini +++ b/tests/topotests/pytest.ini @@ -1,6 +1,8 @@ # Skip pytests example directory [pytest] +# NEEDS_EXABGP_4_2_11_FRR + # asyncio_mode = auto # We always turn this on inside conftest.py, default shown -- 2.39.5