Add fixtures explicitly in test requirements
Currently, fixtures is pulled as transitive dependency from stestr. In order to always pull it, we have to add it in test requirements file. When bootstrapping at RDO, we have to build cliff without stestr to avoid cylic dep issue, leading to the missing of fixtures in the buildroot. Change-Id: I0b9a521abf8fb3abc67de648d4831691b1b0714e
This commit is contained in:
parent
bc56deae91
commit
7f4378b6fe
@ -1,6 +1,7 @@
|
||||
stestr>=1.0.0 # Apache-2.0
|
||||
testtools>=2.2.0 # MIT
|
||||
testscenarios>=0.4 # Apache-2.0/BSD
|
||||
fixtures>=3.0.0 # Apache-2.0/BSD
|
||||
|
||||
coverage>=5.0 # Apache-2.0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user