summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-06-02 21:10:45 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-06-02 21:10:45 +0000
commit7ec1e73d6aab37ecc7fae3553bc309addc18c1fe (patch)
tree4ecc8407abd3e8f0b31d3bf32a2e3bb6ff645f52 /test-requirements.txt
parentcba9437bb23f6396209e3206abf559bf7301e6d2 (diff)
downloadoslo-rootwrap-7ec1e73d6aab37ecc7fae3553bc309addc18c1fe.tar.gz
Updated from global requirements4.3.0
Change-Id: I39aadb58d8c75746d33cec62d7742415b92a1b68
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 14b8a6c..e4b24c3 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,7 +5,7 @@
hacking<0.11,>=0.10.0
discover # BSD
-fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
+fixtures>=3.0.0 # Apache-2.0/BSD
python-subunit>=0.0.18 # Apache-2.0/BSD
testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
@@ -18,7 +18,7 @@ oslotest>=1.10.0 # Apache-2.0
# mocking framework
-mock>=1.2 # BSD
+mock>=2.0 # BSD
# rootwrap daemon's client should be verified to run in eventlet
eventlet!=0.18.3,>=0.18.2 # MIT