aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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]