Moshe | 0bb532c | 2018-02-26 13:39:57 +0200 | [diff] [blame] | 1 | ############################################################################## |
| 2 | # Copyright 2018 EuropeanSoftwareMarketingLtd. |
| 3 | # =================================================================== |
| 4 | # Licensed under the ApacheLicense, Version2.0 (the"License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # software distributed under the License is distributed on an "AS IS" BASIS, |
| 10 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 11 | # See the License for the specific language governing permissions and limitations under |
| 12 | # the License |
| 13 | ############################################################################## |
| 14 | # vnftest comment: this is a modified copy of |
| 15 | # yardstick/test-requirements.txt |
| 16 | |
| 17 | # The order of packages is significant, because pip processes them in the order |
| 18 | # of appearance. Changing the order has an impact on the overall integration |
| 19 | # process, which may cause wedges in the gate later. |
| 20 | |
| 21 | coverage==4.4.2 # Apache 2.0; OSI Approved Apache Software License; http://www.apache.org/licenses/LICENSE-2.0; http://www.apache.org/licenses/LICENSE-2.0 |
| 22 | fixtures==3.0.0 # OSI Approved BSD License; OSI Approved Apache Software License |
| 23 | packaging==16.8.0 # BSD or Apache License, Version 2.0 |
| 24 | pyflakes==1.0.0 # MIT; OSI Approved MIT License |
| 25 | pylint==1.8.1 # GPLv2 |
| 26 | python-subunit==1.2.0 # OSI Approved Apache Software License; OSI Approved BSD License |
| 27 | testrepository==0.0.20 # OSI Approved BSD License; OSI Approved Apache Software License |
| 28 | testtools==2.3.0 # OSI Approved MIT License |
| 29 | unittest2==1.1.0 # OSI Approved BSD License |
| 30 | |