From 034a0f586946b495a497295bd9f32f324f2da493 Mon Sep 17 00:00:00 2001
From: Mohammed Naser <mnaser@vexxhost.com>
Date: Thu, 6 Apr 2017 16:55:44 -0400
Subject: [PATCH] Remove graphiz from test-requirements.txt

With the split of kolla and kolla-ansible, it seems that this
dependency was carried over as it is used when generating
graphs for build sequences.

This patch removes it as the build process is not part of this
project anymore.

Change-Id: I7fd59fe703c2f06c003c8acda15f2a06d3fd7f3f
---
 test-requirements.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test-requirements.txt b/test-requirements.txt
index c37c68daba..f26f50db4a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,7 +7,6 @@ beautifulsoup4 # MIT
 coverage>=4.0 # Apache-2.0
 doc8 # Apache-2.0
 extras # MIT
-graphviz!=0.5.0,>=0.4.0 # MIT License
 hacking>=0.10.0
 openstackdocstheme>=1.5.0 # Apache-2.0
 oslo.log>=3.22.0 # Apache-2.0
-- 
GitLab