aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorajay_dp001 <ajay.deep.singh@est.tech>2021-04-15 16:47:22 +0530
committerMorgan Richomme <morgan.richomme@orange.com>2021-04-19 12:47:40 +0000
commit34e47254bcce80b67ea95ab7ff7719796041568b (patch)
treea515d5e1af982b58eb5d068c4dce2d8dcf584ffa
parent267cbf96e9200642d0457e1d9387d94b2f7cf203 (diff)
[INT] Fix netconf-pnp-simulator Python dependencies version
Issue-ID: INT-1908 Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech> Change-Id: Idada3c2a16406f7aa3fcf84c7771a86e0dfda5e2 (cherry picked from commit 433b0cabec3a7ceb232940eb2b62872a583cea49)
-rw-r--r--test/mocks/netconf-pnp-simulator/engine/tox.ini8
1 files changed, 4 insertions, 4 deletions
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]