Add WebTest as dependency for testing
Latest pecan release dropped this dependency. This is why now it is needed to explicitly install it during testing. Change-Id: I88e0f564b19fc30b06daab02a24eb7990bba9712
This commit is contained in:
parent
d97f4b3c36
commit
997d172590
@ -2,7 +2,7 @@
|
|||||||
# 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.
|
||||||
|
|
||||||
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
pbr>=3.1.1 # Apache-2.0
|
||||||
oslo.log>=3.36.0 # Apache-2.0
|
oslo.log>=3.36.0 # Apache-2.0
|
||||||
oslo.utils>=3.33.0 # Apache-2.0
|
oslo.utils>=3.33.0 # Apache-2.0
|
||||||
tempest>=17.1.0 # Apache-2.0
|
tempest>=17.1.0 # Apache-2.0
|
||||||
|
@ -17,4 +17,4 @@ reno>=3.1.0 # Apache-2.0
|
|||||||
|
|
||||||
# bandit
|
# bandit
|
||||||
bandit>=1.6.0 # Apache-2.0
|
bandit>=1.6.0 # Apache-2.0
|
||||||
|
WebTest>=2.0.27 # MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user