Files
python-fuelclient/test-requirements.txt
Roman Prykhodchenko 68d4b32bba Use common tools to fire up tests
This patch uses os-testr in order to fire up tests
and allow to parametrize them in the way that is
common for the rest of OpenStack projects.

Change-Id: I6ef493f63675c63c8bad409cb15960582344c046
Partial-bug: #1469045
2016-03-10 15:37:54 +01:00

17 lines
588 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.11,>=0.10.2 # 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
# Files beyond this line are not in Global Requirements list
# and must be added there.
pyprof2calltree>=1.3.2
gprof2dot>=2014.09.29