summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-08-24 17:33:02 +0000
committerGerrit Code Review <review@openstack.org>2018-08-24 17:33:02 +0000
commit4f49db152db2d5dc2cdec245d36d8f8e6ac3c6ba (patch)
treee79281743ae9e63378b24df60d2a0f428de9a908
parent67b0da4b06277defb68192a362d311d148338fc2 (diff)
parent7e2452e5438fe05c64bafab89deb7b3b5b414004 (diff)
downloadtaskflow-4f49db152db2d5dc2cdec245d36d8f8e6ac3c6ba.tar.gz
Merge "add proper pydot3 dependency"
-rw-r--r--lower-constraints.txt1
-rw-r--r--requirements.txt3
-rw-r--r--tox.ini12
3 files changed, 4 insertions, 12 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt
index fe122df..bddc7c4 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -48,6 +48,7 @@ pbr==2.0.0
pep8==1.5.7
prettytable==0.7.2
psycopg2==2.6.2
+pydot==1.2.4
pydotplus==2.0.2
pyflakes==0.8.1
Pygments==2.2.0
diff --git a/requirements.txt b/requirements.txt
index fc704f3..53fc393 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -50,3 +50,6 @@ debtcollector>=1.2.0 # Apache-2.0
# For stestr
stestr>=2.0.0 # Apache-2.0
+
+# For pydot output tests
+pydot>=1.2.4 # MIT License
diff --git a/tox.ini b/tox.ini
index 5696d9d..6367335 100644
--- a/tox.ini
+++ b/tox.ini
@@ -87,18 +87,6 @@ import_exceptions =
# end-string."
ignore-path = doc/*/target,doc/*/build*
-[testenv:py27]
-deps =
- {[testenv]deps}
- pydot
-basepython = python2.7
-
-[testenv:py35]
-deps =
- {[testenv]deps}
- pydot
-basepython = python3.5
-
[testenv:releasenotes]
basepython = python3
deps = -r{toxinidir}/doc/requirements.txt