From 8f630a8bda91012454c19c59f21725141822350f Mon Sep 17 00:00:00 2001 From: ricolin Date: Fri, 8 Apr 2016 13:18:30 +0800 Subject: [PATCH] Add fixtures into test-requirements We have broken gate, because we have no limitation to fixtures, and the new version is incompatible to us. We need to add fixtures into test-requirements to make sure that we always up to date with global requirements. Closes-Bug: #1567731 Change-Id: Ib0cac0c217db195ce3723cee3f09d26e6be9f0ea --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index bf3a74f4f6..f648bd7513 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,6 +6,7 @@ hacking<0.11,>=0.10.0 bandit>=0.17.3 # Apache-2.0 coverage>=3.6 # Apache-2.0 +fixtures>=1.3.1,<2.0 # Apache-2.0/BSD kombu>=3.0.25 # BSD mock>=1.2 # BSD mox3>=0.7.0 # Apache-2.0