From: ajay_dp001 Date: Thu, 15 Apr 2021 11:17:22 +0000 (+0530) Subject: [INT] Fix netconf-pnp-simulator Python dependencies version X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F64%2F120564%2F2;p=integration.git [INT] Fix netconf-pnp-simulator Python dependencies version Issue-ID: INT-1908 Signed-off-by: ajay_dp001 Change-Id: Idada3c2a16406f7aa3fcf84c7771a86e0dfda5e2 --- diff --git a/test/mocks/netconf-pnp-simulator/engine/tox.ini b/test/mocks/netconf-pnp-simulator/engine/tox.ini index 095ae1808..9fd5d1d9f 100644 --- a/test/mocks/netconf-pnp-simulator/engine/tox.ini +++ b/test/mocks/netconf-pnp-simulator/engine/tox.ini @@ -28,10 +28,10 @@ docker = netconf-pnp-simulator:latest deps = - pytest - docker - lxml - ncclient + pytest == 6.2.2 + docker == 4.4.4 + lxml == 4.6.2 + ncclient == 0.6.9 commands = pytest -v [pytest]