summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-05-30 00:31:57 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-05-30 00:31:57 +0000
commitc12aec37128a7281f40dd6d1875a3b1705605f93 (patch)
treebc1fd6fb2e1eabf51036b0ddd04b5332d2d60aef /test-requirements.txt
parentc9b2c504349e7569dd48f4d8a529ea53cf86aada (diff)
downloadpbr-c12aec37128a7281f40dd6d1875a3b1705605f93.tar.gz
Updated from global requirements
Change-Id: Ibbd4c9602d83fd68172a7469f66972df44ca7d7d
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 7cbebf4..e4ed5af 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,9 +3,9 @@
# process, which may cause wedges in the gate later.
coverage>=3.6 # Apache-2.0
discover # BSD
-fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
+fixtures>=3.0.0 # Apache-2.0/BSD
hacking<0.11,>=0.10.0
-mock>=1.2 # BSD
+mock>=2.0 # BSD
python-subunit>=0.0.18 # Apache-2.0/BSD
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
six>=1.9.0 # MIT