was: separate lib_ unit tests from other unit tests
@@ -2,3 +2,4 @@ ansible>=2.2
six
pyOpenSSL
PyYAML
+ruamel.yaml
@@ -9,7 +9,6 @@ tests=roles/lib_openshift/src/test/unit,
roles/lib_utils/src/test/unit,
roles/openshift_master_facts/test,
test
-exe=1 # TODO(rhcarvalho): unset executable bits in test files and remove this
verbosity=2
with-coverage=1
cover-html=1
@@ -9,3 +9,4 @@ PyYAML
yamllint
nose
coverage
+mock