whitebox-tempest-plugin/test-requirements.txt
Sean Mooney 36e4ca58f4 Add setuptools>=17.1 to test-requirements.txt
On RHEL 7 in downstream CI installation of whitebox fails due to the
presence of a version of setuptools that does not support the >=
operator for environment markers used in our requirement files, e.g.
python_version>='3.5'.

This change adds setuptools to the test requirements to allow
downstream CI jobs to automatically upgrade the setuptools version
before installing the whitebox plugin.

Change-Id: Idc00905cd1ae792d1bdde73214252106d094a6c7
2020-05-20 14:54:49 -04:00

13 lines
558 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.
setuptools>=17.1
# setuptools needs to be upgraded before processing the hacking requirement
# below to ensure we have a new enough setuptools version to support using >=
# for the python_version marker
hacking>=3.0.1,<3.1.0;python_version>='3.5' # Apache-2.0
mock
oslotest
pycodestyle>=2.0.0,<2.6.0 # MIT
stestr<=2.6.0;python_version=='2.7' # MIT