update/test-requirements.txt
albailey a72d8edca4 Adding rpm-python to bindep to fix pylint
Tox pylint target fails when it cannot 'import rpm'.
There is no pypi package that provides that, since the
centos rpm-python is meant to be installed on the host.

Adding the bindep entry for rpm-python, which the
zuul job will use to prepare the zuul worker host
to properly provide the necessary rpm.

Story: 2008943
Task: 44183
Signed-off-by: albailey <Al.Bailey@windriver.com>
Change-Id: If904bd184e5aaa458393f3154abb6f9c5f0fb967
2021-12-15 09:13:13 -06:00

14 lines
491 B
Plaintext

# The order of packages is significant, because pip processes them in the order
# of appearance.
# always put 'hacking' first. it pulls in flake8, etc..
hacking>=1.1.0,<=2.0.0 # Apache-2.0
astroid<2.0;python_version<"3.0" # GPLv2
astroid<= 2.2.5;python_version>="3.0" # GPLv2
mock>=2.0.0 # BSD
bandit>=1.1.0,<1.6.3 # Apache-2.0
bashate >= 0.2
pylint<2.1.0;python_version<"3.0" # GPLv2
pylint<2.4.0;python_version>="3.0" # GPLv2
PyYAML >= 3.1.0
yamllint<1.26.1;python_version>="3.0" # GPLv2