Add 'pyyaml' dependency in 'pytest' tox env 83/108183/2
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>
Mon, 25 May 2020 07:50:46 +0000 (00:50 -0700)
committerMorgan Richomme <morgan.richomme@orange.com>
Mon, 25 May 2020 14:06:11 +0000 (14:06 +0000)
Change-Id: I07d326aabe2ad70eb269b5236d2fe6af1a958824
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
test/mocks/mass-pnf-sim/tox.ini

index 7e7ba2c..aaa0d7a 100644 (file)
@@ -1,11 +1,11 @@
 [tox]
 envlist = pytest
 
-[testenv]
-deps = pytest
-
 [testenv:pytest]
 basepython = python3
+deps =
+    pytest
+    pyyaml
 commands = pytest -v
 
 [testenv:MassPnfSim-runtime]