Add setuptools>=17.1 to requirements.txt
After [1] was introduced, the plugin is now installed through requirements.txt instead of test-requirements.txt. Cloning [2] change but to requirements.txt [1] https://review.gerrithub.io/c/redhat-openstack/infrared/+/496003 [2] https://review.opendev.org/#/c/728456/2 Change-Id: Ibd82a11c7aaa7588f617829882728341ab5d05c1
This commit is contained in:
parent
14b70736b9
commit
a642d1a254
@ -1,6 +1,10 @@
|
|||||||
# The order of packages is significant, because pip processes them in the order
|
# 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
|
# of appearance. Changing the order has an impact on the overall integration
|
||||||
# process, which may cause wedges in the gate later.
|
# process, which may cause wedges in the gate later.
|
||||||
|
setuptools>=17.1
|
||||||
|
# setuptools needs to be upgraded below to ensure we have
|
||||||
|
# a new enough setuptools version to support using >=
|
||||||
|
# for the python_version marker
|
||||||
tempest
|
tempest
|
||||||
#crudini>=0.9.3
|
#crudini>=0.9.3
|
||||||
oslo.log
|
oslo.log
|
||||||
|
Loading…
x
Reference in New Issue
Block a user