summaryrefslogtreecommitdiffstats
path: root/test-requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt25
1 files changed, 15 insertions, 10 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 2796798a..6daa1003 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,10 +1,15 @@
-coverage>=3.6
-pep8==1.5.7
-pyflakes==0.8.1
-flake8<3.0
-pytest
-pykwalify
-mock
-testrepository
-testscenarios
-testtools
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
+flake8<3.0 # MIT
+pytest # MIT
+pytest-cov # MIT
+yamllint
+mock # BSD
+munch # MIT