requirements-selftests.txt 720 字节
Newer Older
1
# Avocado test requirements
2

3
# inspektor (static and style checks)
C
Cleber Rosa 已提交
4 5
pylint==2.3.0
astroid==2.2.0
6 7
inspektor==0.5.2

8 9
# funcsigs
funcsigs>=0.4
10

11
# To run make check
12 13 14 15 16 17 18
aexpect==1.5.1
psutil==5.4.7

# pycdlib is an optional requirement in production
# but is necessary for selftests
pycdlib==1.6.0

19
# stevedore for loading "new style" plugins
20 21 22 23 24 25 26
stevedore==1.29.0

# this is a workaround since easy_install cannot install
# libvirt-python properly with the the current process
# in make develop. The proper solution would be migrate
# our make develop process to use pip
libvirt-python==4.6.0
27 28 29

# For avocado.utils.network selftests
netifaces
30 31 32 33

# For tests that validate the produced XUnit output
elementpath==1.1.8
xmlschema==1.0.11