blob: f6d3949ff9ae607081901a65d85f38e27a975892 [file] [log] [blame]
Moshe0bb532c2018-02-26 13:39:57 +02001##############################################################################
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
21coverage==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
22fixtures==3.0.0 # OSI Approved BSD License; OSI Approved Apache Software License
23packaging==16.8.0 # BSD or Apache License, Version 2.0
24pyflakes==1.0.0 # MIT; OSI Approved MIT License
25pylint==1.8.1 # GPLv2
26python-subunit==1.2.0 # OSI Approved Apache Software License; OSI Approved BSD License
27testrepository==0.0.20 # OSI Approved BSD License; OSI Approved Apache Software License
28testtools==2.3.0 # OSI Approved MIT License
29unittest2==1.1.0 # OSI Approved BSD License
30