[INT] Fix netconf-pnp-simulator Python dependencies version 64/120564/2
authorajay_dp001 <ajay.deep.singh@est.tech>
Thu, 15 Apr 2021 11:17:22 +0000 (16:47 +0530)
committerMorgan Richomme <morgan.richomme@orange.com>
Mon, 19 Apr 2021 12:47:29 +0000 (12:47 +0000)
Issue-ID: INT-1908
Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech>
Change-Id: Idada3c2a16406f7aa3fcf84c7771a86e0dfda5e2

test/mocks/netconf-pnp-simulator/engine/tox.ini

index 095ae18..9fd5d1d 100644 (file)
@@ -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]