diff options
Diffstat (limited to 'client/test-requirements.txt')
-rw-r--r-- | client/test-requirements.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/client/test-requirements.txt b/client/test-requirements.txt new file mode 100644 index 0000000..06cb4aa --- /dev/null +++ b/client/test-requirements.txt @@ -0,0 +1,13 @@ +# 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. +hacking>=0.8.0,<0.9 + +coverage>=3.6 +discover +mox3>=0.7.0 +mock>=1.0 +oslosphinx>=2.2.0 # Apache-2.0 +sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 +testrepository>=0.0.18 +testtools>=0.9.36,!=1.2.0 |