Files
python-fuelclient/test-requirements.txt
Vladimir Kuklin 4d739ecc04 Update test requirements
Since pbr already landed and the old version of hacking seems not
work very well with pbr>=2, we should update it to match global
requirement.
Partial-Bug: #1668848

Change-Id: Ia3bcca2dd70b2e43b59041bf9c9cf7eced723fce
2017-03-02 18:03:24 +03:00

18 lines
622 B
Plaintext

# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
os-testr>=0.4.1 # Apache-2.0
coverage>=3.6 # Apache-2.0
fixtures>=1.3.1 # Apache-2.0/BSD
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
mock>=1.2 # BSD
oslotest>=1.10.0 # Apache-2.0
requests-mock>=0.7.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
# Files beyond this line are not in Global Requirements list
# and must be added there.
pyprof2calltree>=1.3.2
gprof2dot>=2014.09.29