diff options
author | ajay_dp001 <ajay.deep.singh@est.tech> | 2021-04-15 16:47:22 +0530 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2021-04-19 12:47:29 +0000 |
commit | 433b0cabec3a7ceb232940eb2b62872a583cea49 (patch) | |
tree | e2d63ee6e6876b409f4c8643576bc9cb0f7f956a /test | |
parent | f46943ac36cb5d2d60057ced317fdf88535e701e (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
Diffstat (limited to 'test')
-rw-r--r-- | test/mocks/netconf-pnp-simulator/engine/tox.ini | 8 |
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] |