Browse Source
Adds a py27 unit test target for nfv. The unit tests for nfv were written using nose. Change-Id: I001995be5f2af1d45242eb3c0e05e0615352b173 Signed-off-by: Al Bailey <Al.Bailey@windriver.com>changes/95/581395/1
3 changed files with 27 additions and 1 deletions
@ -0,0 +1,2 @@
|
||||
SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8 # MIT |
||||
stevedore # Apache-2.0 |
@ -1,3 +1,6 @@
|
||||
bashate >= 0.2 |
||||
PyYAML >= 3.1.0 |
||||
yamllint >= 0.5.2 |
||||
# The following are for py27 and py35 |
||||
mock # BSD |
||||
nose # LGPL |
||||
|
Loading…
Reference in new issue