Moving stestr to correct package order in test-requirements.txt
As the comment from Stephen [1], after moving to stestr, the package should be in exact position where testrepository is removed. [1] https://review.openstack.org/#/c/579743/2/test-requirements.txt@16 Change-Id: Ib748e4f8ba1263f2c6475c8641c800b7df872b88
This commit is contained in:
parent
9e61ad5405
commit
bcbebb7d6a
@ -7,13 +7,13 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
|||||||
|
|
||||||
fixtures>=3.0.0 # Apache-2.0/BSD
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
||||||
mock>=2.0.0 # BSD
|
mock>=2.0.0 # BSD
|
||||||
|
stestr>=2.0.0 # Apache-2.0
|
||||||
testscenarios>=0.4 # Apache-2.0/BSD
|
testscenarios>=0.4 # Apache-2.0/BSD
|
||||||
testtools>=2.2.0 # MIT
|
testtools>=2.2.0 # MIT
|
||||||
oslotest>=3.2.0 # Apache-2.0
|
oslotest>=3.2.0 # Apache-2.0
|
||||||
pifpaf>=0.10.0 # Apache-2.0
|
pifpaf>=0.10.0 # Apache-2.0
|
||||||
# for test_matchmaker_redis
|
# for test_matchmaker_redis
|
||||||
redis>=2.10.0 # MIT
|
redis>=2.10.0 # MIT
|
||||||
stestr>=2.0.0 # Apache-2.0
|
|
||||||
|
|
||||||
# for test_impl_zmq
|
# for test_impl_zmq
|
||||||
pyzmq>=14.3.1 # LGPL+BSD
|
pyzmq>=14.3.1 # LGPL+BSD
|
||||||
|
Loading…
x
Reference in New Issue
Block a user