aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-05-25 00:50:46 -0700
committerMorgan Richomme <morgan.richomme@orange.com>2020-05-25 14:06:11 +0000
commit6a33e1c88b4c1faf723c9ba35e2af0bca1202077 (patch)
tree8770c34c50dbc1d202e259fcfe94a087f1f3569e
parent060b6d5244a386a9d69c9a0b8ca0c1a6823593db (diff)
Add 'pyyaml' dependency in 'pytest' tox env
Change-Id: I07d326aabe2ad70eb269b5236d2fe6af1a958824 Issue-ID: INT-1577 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
-rw-r--r--test/mocks/mass-pnf-sim/tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/mocks/mass-pnf-sim/tox.ini b/test/mocks/mass-pnf-sim/tox.ini
index 7e7ba2cde..aaa0d7a07 100644
--- a/test/mocks/mass-pnf-sim/tox.ini
+++ b/test/mocks/mass-pnf-sim/tox.ini
@@ -1,11 +1,11 @@
[tox]
envlist = pytest
-[testenv]
-deps = pytest
-
[testenv:pytest]
basepython = python3
+deps =
+ pytest
+ pyyaml
commands = pytest -v
[testenv:MassPnfSim-runtime]