tox: fix testing issues after VM build
[nfvbench.git] / test-requirements.txt
1 # The order of packages is significant, because pip processes them in the order
2 # of appearance. Changing the order has an impact on the overall integration
3 # process, which may cause wedges in the gate later.
4
5 hacking
6
7 coverage!=4.4 # Apache-2.0
8 discover
9 flake8>=3.3.0
10 python-subunit # Apache-2.0/BSD
11 scapy>=2.3.1
12 sphinx!=1.6.6,!=1.6.7,!=2.1.0,!=3.0.0,!=3.4.2 # BSD
13 sphinx-rtd-theme # MIT
14 oslosphinx # Apache-2.0
15 oslotest<4;python_version<'3.6' # Apache-2.0
16 oslotest;python_version>='3.6' # Apache-2.0
17 testrepository # Apache-2.0/BSD
18 testscenarios # Apache-2.0/BSD
19 testtools # MIT
20 pytest # MIT
21 pylint==2.10.2