Fixed requirements and test-requirements for zun tempest plugin
* Since tempest plugin does contains any unit tests that's why there will be no test dependency stay there and those will be moved to requirements.txt. The tempest plugin sanity check runned against tempest gate is also failing giving ImportError: No module named tempest_plugin.plugin. It can be fixed by fixing requirements for the plugin. * https://review.openstack.org/#/c/514269/ Change-Id: I3de3d6c6928d31af9c2deeba800b201bb681ac4e
This commit is contained in:
parent
e6b8baede7
commit
82a2a09cdf
@ -3,3 +3,9 @@
|
|||||||
# process, which may cause wedges in the gate later.
|
# process, which may cause wedges in the gate later.
|
||||||
|
|
||||||
pbr>=2.0 # Apache-2.0
|
pbr>=2.0 # Apache-2.0
|
||||||
|
six>=1.10.0 # MIT
|
||||||
|
oslo.utils>=3.31.0 # Apache-2.0
|
||||||
|
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
|
||||||
|
oslo.config>=4.6.0 # Apache-2.0
|
||||||
|
docker>=2.4.2 # Apache-2.0
|
||||||
|
tempest>=16.1.0 # Apache-2.0
|
||||||
|
@ -4,13 +4,7 @@
|
|||||||
|
|
||||||
hacking>=0.12.0,<0.13 # Apache-2.0
|
hacking>=0.12.0,<0.13 # Apache-2.0
|
||||||
|
|
||||||
coverage>=4.0,!=4.4 # Apache-2.0
|
|
||||||
python-subunit>=0.0.18 # Apache-2.0/BSD
|
|
||||||
sphinx>=1.6.2 # BSD
|
sphinx>=1.6.2 # BSD
|
||||||
oslotest>=1.10.0 # Apache-2.0
|
|
||||||
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
||||||
testtools>=1.4.0 # MIT
|
|
||||||
openstackdocstheme>=1.11.0 # Apache-2.0
|
openstackdocstheme>=1.11.0 # Apache-2.0
|
||||||
# releasenotes
|
# releasenotes
|
||||||
reno>=1.8.0 # Apache-2.0
|
reno>=1.8.0 # Apache-2.0
|
||||||
docker>=2.4.2 # Apache-2.0
|
|
||||||
|
Loading…
Reference in New Issue
Block a user