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:
Joel Capitao 2024-02-26 10:03:27 +01:00
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