
Fix pylint by specifying a nodeset that contains a python3 interpreter. Switched the job to run py3. This application needs to be installed into the virtualenv in order for its entry points to be discoverable by stevedore for the unit tests. However py27 fails to find pbr during the sdist phase since the zuul node is running a py35 virtualenv. Disabling sdist should get pip to work. Other tox settings should install it properly in the virtualenv. Story: 2008943 Task: 43010 Signed-off-by: albailey <Al.Bailey@windriver.com> Change-Id: I834a414f90d16d303c499e9ec3799ca5d02ca425
27 lines
708 B
Plaintext
27 lines
708 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
hacking>=1.1.0,<=2.0.0 # Apache-2.0
|
|
bandit;python_version>="3.0"
|
|
coverage>=3.6
|
|
discover
|
|
isort<5;python_version>="3.0"
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
mock>=2.0.0 # BSD
|
|
passlib>=1.7.0
|
|
psycopg2-binary
|
|
pylint<2.1.0;python_version<"3.0" # GPLv2
|
|
pylint<2.3.0;python_version>="3.0" # GPLv2
|
|
python-subunit>=0.0.18
|
|
requests-mock>=0.6.0 # Apache-2.0
|
|
sphinx
|
|
oslosphinx
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
stestr>=1.0.0 # Apache-2.0
|
|
testrepository>=0.0.18
|
|
testtools!=1.2.0,>=0.9.36
|
|
pytest
|
|
pyudev
|
|
migrate
|
|
markupsafe
|