fault/test-requirements.txt
albailey 90d9eb4161 Attempt to fix zuul jobs from timing out
The tox jobs for fault are having problems with a
timeout, which appears to be related to how long it takes
to setup the python requirements.

This update tries to limit the scope for yamllint, and
eliminate some of the sdist related actions.

pylint has been relocated to the test-requirements file.

The usedevelop = False is required for the base tox.ini
because there are no setup files at that directory level.

Several pylint errors had to be suppressed, and will be
restored once py3 changes are merged from centos8 branch.

Story: 2008943
Task: 42967
Signed-off-by: albailey <Al.Bailey@windriver.com>
Change-Id: Icc8747226511f0be614df20800813fe4eb9e6b96
2021-08-10 07:32:57 -05:00

10 lines
244 B
Plaintext

hacking<4.0.1
bashate >= 0.2
mock
PyYAML >= 3.1.0
astroid<= 2.2.5;python_version>="3.0" # GPLv2
bandit;python_version>="3.5"
isort<5;python_version>="3.5"
pylint<2.4.0;python_version>="3.0" # GPLv2
yamllint<1.26.1;python_version>="3.0" # GPLv2