# Avocado test requirements

# inspektor (static and style checks)
isort==4.3.21
pyenchant==2.0.0
pylint==2.5.0
astroid==2.4.0
inspektor==0.5.2
autopep8==1.5.4

coverage==5.1

# To run make check
aexpect==1.5.1
psutil==5.6.6

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

# For avocado.utils.network selftests
netifaces

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