From 6aa6a0d122d99943e340aa23a91d3a48e4b031c7 Mon Sep 17 00:00:00 2001 From: Gilles Thouenon Date: Wed, 25 May 2022 16:04:21 +0200 Subject: [PATCH] Update GNPy version used for functional tests Adopt gnpy4tpce-2.4.5 that integrates number of fixes from official GNPy application. JIRA: TRNSPRTPCE-667 Signed-off-by: Gilles Thouenon Change-Id: Iad9ba7a938c9ae1f3cd7e671a6e14e0705ebe583 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f2481dacf..97e5fd72f 100644 --- a/tox.ini +++ b/tox.ini @@ -64,7 +64,7 @@ deps = -r{toxinidir}/tests/requirements.txt -r{toxinidir}/tests/test-requirements.txt setuptools>=7.0 - gnpy4tpce==2.4.3 + gnpy4tpce==2.4.5 whitelist_externals = launch_tests.sh passenv = LAUNCHER USE_LIGHTY USE_ODL_RESTCONF_VERSION basepython = python3.8 -- 2.36.6